#384253

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

Shades of Cloud Burst #384253

Tints of Cloud Burst #384253

Color information

#384253 (or 0x384253) is unknown color: approx Cloud Burst. HEX triplet: 38, 42 and 53. RGB value is (56,66,83). Sum of RGB (Red+Green+Blue) = 56+66+83=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #384253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384253 is #C7BDAC. Grayscale: #404040. Windows color (decimal): -13090221 or 5456440. OLE color: 5456440.

HSL color Cylindrical-coordinate representation of color #384253: hue angle of 217.78º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #384253 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB566683-
CMYK0.330.2000.67
HSL217.78º19.42%27.25%-
HSV(B)217.78º32.53%32.55%-
XYZ5.145.368.95-
YUV64.95138.19121.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 66 (26.17% from 255) = 32.20%
BLUE value IS 83 (32.81% from 255) = 40.49%
R=27.32%
G=32.20%
B=40.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5666830.330.2000.67217.7819.4227.25
Hex3842532114043da131b
Octal70102123412401033322333
Binary111000100001010100111000011010001000011110110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384253; }

 p { color: rgb(56,66,83); }

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

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

 a { background-color: rgb(56,66,83); }

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

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

 span { border-color: rgb(56,66,83); }

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