#383E4C

Color #383E4C Cloud Burst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud Burst #383E4C

Tints of Cloud Burst #383E4C

Color information

#383E4C (or 0x383E4C) is unknown color: approx Cloud Burst. HEX triplet: 38, 3E and 4C. RGB value is (56,62,76). Sum of RGB (Red+Green+Blue) = 56+62+76=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 76 - color contains mainly: blue. Hex color #383E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383E4C is #C7C1B3. Grayscale: #3D3D3D. Windows color (decimal): -13091252 or 4996664. OLE color: 4996664.

HSL color Cylindrical-coordinate representation of color #383E4C: hue angle of 222º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #383E4C is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB566276-
CMYK0.260.1800.70
HSL222º15.15%25.88%-
HSV(B)222º26.32%29.8%-
XYZ4.664.817.52-
YUV61.8136.01123.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 62 (24.61% from 255) = 31.96%
BLUE value IS 76 (30.08% from 255) = 39.18%
R=28.87%
G=31.96%
B=39.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5662760.260.1800.7022215.1525.88
Hex383E4C1A12046def1a
Octal7076114322201063361732
Binary111000111110100110011010100100100011011011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,62,76); }

 H1.HeaderClassName
 {
   color: #383E4C;
 }
 .AnyTagClassName
 {
   color: #383E4C;
 }
</style>
background-color css

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

 a { background-color: rgb(56,62,76); }

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

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

 span { border-color: rgb(56,62,76); }

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