#38404D

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

Shades of Cloud Burst #38404D

Tints of Cloud Burst #38404D

Color information

#38404D (or 0x38404D) is unknown color: approx Cloud Burst. HEX triplet: 38, 40 and 4D. RGB value is (56,64,77). Sum of RGB (Red+Green+Blue) = 56+64+77=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 77 - color contains mainly: blue. Hex color #38404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38404D is #C7BFB2. Grayscale: #3F3F3F. Windows color (decimal): -13090739 or 5062712. OLE color: 5062712.

HSL color Cylindrical-coordinate representation of color #38404D: hue angle of 217.14º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #38404D is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB566477-
CMYK0.270.1700.70
HSL217.14º15.79%26.08%-
HSV(B)217.14º27.27%30.2%-
XYZ4.85.047.74-
YUV63.09135.85122.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=28.43%
G=32.49%
B=39.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5664770.270.1700.70217.1415.7926.08
Hex38404D1B11046d9101a
Octal70100115332101063312032
Binary11100010000001001101110111000101000110110110011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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