#38414E

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

Shades of Cloud Burst #38414E

Tints of Cloud Burst #38414E

Color information

#38414E (or 0x38414E) is unknown color: approx Cloud Burst. HEX triplet: 38, 41 and 4E. RGB value is (56,65,78). Sum of RGB (Red+Green+Blue) = 56+65+78=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 78 - color contains mainly: blue. Hex color #38414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38414E is #C7BEB1. Grayscale: #3F3F3F. Windows color (decimal): -13090482 or 5128504. OLE color: 5128504.

HSL color Cylindrical-coordinate representation of color #38414E: hue angle of 215.45º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #38414E is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB566578-
CMYK0.280.1700.69
HSL215.45º16.42%26.27%-
HSV(B)215.45º28.21%30.59%-
XYZ4.95.177.95-
YUV63.79136.02122.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 78 (30.86% from 255) = 39.20%
R=28.14%
G=32.66%
B=39.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5665780.280.1700.69215.4516.4226.27
Hex38414E1C11045d7101a
Octal70101116342101053272032
Binary11100010000011001110111001000101000101110101111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38414E; }

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

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

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

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

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

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

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

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