#384252

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

Shades of Cloud Burst #384252

Tints of Cloud Burst #384252

Color information

#384252 (or 0x384252) is unknown color: approx Cloud Burst. HEX triplet: 38, 42 and 52. RGB value is (56,66,82). Sum of RGB (Red+Green+Blue) = 56+66+82=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #384252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384252 is #C7BDAD. Grayscale: #404040. Windows color (decimal): -13090222 or 5390904. OLE color: 5390904.

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

Color convert

RGB566682-
CMYK0.320.2000.68
HSL216.92º18.84%27.06%-
HSV(B)216.92º31.71%32.16%-
XYZ5.15.358.75-
YUV64.83137.69121.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=27.45%
G=32.35%
B=40.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5666820.320.2000.68216.9218.8427.06
Hex3842522014044d9131b
Octal70102122402401043312333
Binary111000100001010100101000001010001000100110110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384252; }

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

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

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

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

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

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

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

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