Html Css Color HEX #383F49 Cloud Burst

📋 copy color: '#383F49'

red 56 ◦ green 63 ◦ blue 73

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

Shades of Cloud Burst #383F49

Tints of Cloud Burst #383F49

RGB

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

 GREEN value IS 63 (25% from 255) = 32.81%

 BLUE value IS 73 (28.91% from 255) = 38.02%

R = 29.17%
G = 32.81%
B = 38.02%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#383F49 (or 0x383F49) is known color: Cloud Burst. HEX triplet: 38, 3F and 49. RGB value is (56,63,73). Sum of RGB (Red+Green+Blue) = 56+63+73=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 73 - color contains mainly: blue. Hex color #383F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F49 is #C7C0B6. Grayscale: #3E3E3E. Windows color (decimal): -13090999 or 4800312. OLE color: 4800312.

HSL color Cylindrical-coordinate representation of color #383F49: hue angle of 215.29º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #383F49 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 63 73 -
CMYK 0.23 0.14 0 0.71
HSL 215.29º 0.13% 0.25% -
HSV(B) 215.29º 0.23% 0.29% -
XYZ 4.61 4.88 7 -
YUV 62.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 56 63 73 0.23 0.14 0 0.71 215.29 0.13 0.25
Hex 38 3F 49 17 E 0 47 D7 D 19
Octal 70 77 111 27 16 0 107 327 15 31
Binary 111000 111111 1001001 10111 1110 0 1000111 11010111 1101 11001

Color Harmonies of #383F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F49

Black with #383F49

Text Example


Text Example

White with #383F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,63,73); }

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

background-color css

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

 a { background-color: rgb(56,63,73); }

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

border-color css

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

 span { border-color: rgb(56,63,73); }

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