#38414C

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

Shades of Cloud Burst #38414C

Tints of Cloud Burst #38414C

Color information

#38414C (or 0x38414C) is unknown color: approx Cloud Burst. HEX triplet: 38, 41 and 4C. RGB value is (56,65,76). Sum of RGB (Red+Green+Blue) = 56+65+76=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 76 - color contains mainly: blue. Hex color #38414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38414C is #C7BEB3. Grayscale: #3F3F3F. Windows color (decimal): -13090484 or 4997432. OLE color: 4997432.

HSL color Cylindrical-coordinate representation of color #38414C: hue angle of 213º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #38414C is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB566576-
CMYK0.260.1400.70
HSL213º15.15%25.88%-
HSV(B)213º26.32%29.8%-
XYZ4.835.147.58-
YUV63.56135.02122.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 65 (25.78% from 255) = 32.99%
BLUE value IS 76 (30.08% from 255) = 38.58%
R=28.43%
G=32.99%
B=38.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5665760.260.1400.7021315.1525.88
Hex38414C1AE046d5f1a
Octal70101114321601063251732
Binary111000100000110011001101011100100011011010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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