#383D46

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

Shades of Cloud Burst #383D46

Tints of Cloud Burst #383D46

Color information

#383D46 (or 0x383D46) is unknown color: approx 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

RGB566170-
CMYK0.200.1300.73
HSL218.57º11.11%24.71%-
HSV(B)218.57º20%27.45%-
XYZ4.414.626.45-
YUV60.53133.34124.77-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5661700.200.1300.73218.5711.1124.71
Hex383D4614D049dbb19
Octal7075106241501113331331
Binary11100011110110001101010011010100100111011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>