Html Css Color HEX #383D46 Cloud Burst

📋 copy color: '#383D46'

red 56 ◦ green 61 ◦ blue 70

#383D46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cloud Burst #383D46

Tints of Cloud Burst #383D46

RGB

 RED value IS 56 (22.27% from 255) = 29.95%

 GREEN value IS 61 (24.22% from 255) = 32.62%

 BLUE value IS 70 (27.73% from 255) = 37.43%

R = 29.95%
G = 32.62%
B = 37.43%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#383D46 (or 0x383D46) is known color: Cloud Burst. HEX triplet: 38, 3D and 46. RGB value is (56,61,70). Sum of RGB (Red+Green+Blue) = 56+61+70=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 70 - color contains mainly: blue. Hex color #383D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D46 is #C7C2B9. Grayscale: #3C3C3C. Windows color (decimal): -13091514 or 4603192. OLE color: 4603192.

HSL color Cylindrical-coordinate representation of color #383D46: hue angle of 218.57º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #383D46 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 61 70 -
CMYK 0.20 0.13 0 0.73
HSL 218.57º 0.11% 0.25% -
HSV(B) 218.57º 0.2% 0.27% -
XYZ 4.41 4.62 6.45 -
YUV 60.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 56 61 70 0.20 0.13 0 0.73 218.57 0.11 0.25
Hex 38 3D 46 14 D 0 49 DB B 19
Octal 70 75 106 24 15 0 111 333 13 31
Binary 111000 111101 1000110 10100 1101 0 1001001 11011011 1011 11001

Color Harmonies of #383D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D46

Black with #383D46

Text Example


Text Example

White with #383D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383D46; }

 p { color: rgb(56,61,70); }

 H1.HeaderClassName
 {
   color: #383D46;
 }
 .AnyTagClassName
 {
   color: #383D46;
 }
</style>

background-color css

<style>
 a { background-color: #383D46; }

 a { background-color: rgb(56,61,70); }

 div.DivClassName
 {
   background-color: #383D46;
 }
 .BgClassName
 {
   background-color: #383D46;
 }
</style>

border-color css

<style>
 span { border-color: #383D46; }

 span { border-color: rgb(56,61,70); }

 td.TdClassName
 {
   border-color: #383D46;
 }
 .TagClassName
 {
   border-color: #383D46;
 }
</style>