#383C46

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

Shades of Cloud Burst #383C46

Tints of Cloud Burst #383C46

Color information

#383C46 (or 0x383C46) is unknown color: approx Cloud Burst. HEX triplet: 38, 3C and 46. RGB value is (56,60,70). Sum of RGB (Red+Green+Blue) = 56+60+70=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 70 - color contains mainly: blue. Hex color #383C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C46 is #C7C3B9. Grayscale: #3B3B3B. Windows color (decimal): -13091770 or 4602936. OLE color: 4602936.

HSL color Cylindrical-coordinate representation of color #383C46: hue angle of 222.86º 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 #383C46 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB566070-
CMYK0.200.1400.73
HSL222.86º11.11%24.71%-
HSV(B)222.86º20%27.45%-
XYZ4.354.516.44-
YUV59.94133.67125.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 60 (23.83% from 255) = 32.26%
BLUE value IS 70 (27.73% from 255) = 37.63%
R=30.11%
G=32.26%
B=37.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5660700.200.1400.73222.8611.1124.71
Hex383C4614E049dfb19
Octal7074106241601113371331
Binary11100011110010001101010011100100100111011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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