#38404B

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

Shades of Cloud Burst #38404B

Tints of Cloud Burst #38404B

Color information

#38404B (or 0x38404B) is unknown color: approx Cloud Burst. HEX triplet: 38, 40 and 4B. RGB value is (56,64,75). Sum of RGB (Red+Green+Blue) = 56+64+75=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 75 - color contains mainly: blue. Hex color #38404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38404B is #C7BFB4. Grayscale: #3E3E3E. Windows color (decimal): -13090741 or 4931640. OLE color: 4931640.

HSL color Cylindrical-coordinate representation of color #38404B: hue angle of 214.74º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #38404B is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB566475-
CMYK0.250.1500.71
HSL214.74º14.5%25.69%-
HSV(B)214.74º25.33%29.41%-
XYZ4.735.027.38-
YUV62.86134.85123.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 64 (25.39% from 255) = 32.82%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=28.72%
G=32.82%
B=38.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5664750.250.1500.71214.7414.525.69
Hex38404B19F047d7f1a
Octal70100113311701073271732
Binary111000100000010010111100111110100011111010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38404B; }

 p { color: rgb(56,64,75); }

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

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

 a { background-color: rgb(56,64,75); }

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

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

 span { border-color: rgb(56,64,75); }

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