#38414D

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

Shades of Cloud Burst #38414D

Tints of Cloud Burst #38414D

Color information

#38414D (or 0x38414D) is unknown color: approx Cloud Burst. HEX triplet: 38, 41 and 4D. RGB value is (56,65,77). Sum of RGB (Red+Green+Blue) = 56+65+77=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 77 - color contains mainly: blue. Hex color #38414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38414D is #C7BEB2. Grayscale: #3F3F3F. Windows color (decimal): -13090483 or 5062968. OLE color: 5062968.

HSL color Cylindrical-coordinate representation of color #38414D: hue angle of 214.29º 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 #38414D is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB566577-
CMYK0.270.1600.70
HSL214.29º15.79%26.08%-
HSV(B)214.29º27.27%30.2%-
XYZ4.865.167.76-
YUV63.68135.52122.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.28%
GREEN value IS 65 (25.78% from 255) = 32.83%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=28.28%
G=32.83%
B=38.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5665770.270.1600.70214.2915.7926.08
Hex38414D1B10046d6101a
Octal70101115332001063262032
Binary11100010000011001101110111000001000110110101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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