#384152

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

Shades of Cloud Burst #384152

Tints of Cloud Burst #384152

Color information

#384152 (or 0x384152) is unknown color: approx Cloud Burst. HEX triplet: 38, 41 and 52. RGB value is (56,65,82). Sum of RGB (Red+Green+Blue) = 56+65+82=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #384152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384152 is #C7BEAD. Grayscale: #404040. Windows color (decimal): -13090478 or 5390648. OLE color: 5390648.

HSL color Cylindrical-coordinate representation of color #384152: hue angle of 219.23º 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 #384152 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB566582-
CMYK0.320.2100.68
HSL219.23º18.84%27.06%-
HSV(B)219.23º31.71%32.16%-
XYZ5.045.238.73-
YUV64.25138.02122.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=27.59%
G=32.02%
B=40.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5665820.320.2100.68219.2318.8427.06
Hex3841522015044db131b
Octal70101122402501043332333
Binary111000100000110100101000001010101000100110110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384152; }

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

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

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

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

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

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

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

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