#383C47

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

Shades of Cloud Burst #383C47

Tints of Cloud Burst #383C47

Color information

#383C47 (or 0x383C47) is unknown color: approx Cloud Burst. HEX triplet: 38, 3C and 47. RGB value is (56,60,71). Sum of RGB (Red+Green+Blue) = 56+60+71=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 71 - color contains mainly: blue. Hex color #383C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C47 is #C7C3B8. Grayscale: #3C3C3C. Windows color (decimal): -13091769 or 4668472. OLE color: 4668472.

HSL color Cylindrical-coordinate representation of color #383C47: hue angle of 224º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #383C47 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB566071-
CMYK0.210.1500.72
HSL224º11.81%24.9%-
HSV(B)224º21.13%27.84%-
XYZ4.384.536.6-
YUV60.06134.17125.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 60 (23.83% from 255) = 32.09%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=29.95%
G=32.09%
B=37.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5660710.210.1500.7222411.8124.9
Hex383C4715F048e0c19
Octal7074107251701103401431
Binary11100011110010001111010111110100100011100000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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