#38485E

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

Shades of Cello #38485E

Tints of Cello #38485E

Color information

#38485E (or 0x38485E) is unknown color: approx Cello. HEX triplet: 38, 48 and 5E. RGB value is (56,72,94). Sum of RGB (Red+Green+Blue) = 56+72+94=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 94 - color contains mainly: blue. Hex color #38485E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38485E is #C7B7A1. Grayscale: #454545. Windows color (decimal): -13088674 or 6178872. OLE color: 6178872.

HSL color Cylindrical-coordinate representation of color #38485E: hue angle of 214.74º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38485E is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB567294-
CMYK0.400.2300.63
HSL214.74º25.33%29.41%-
HSV(B)214.74º40.43%36.86%-
XYZ5.976.2811.49-
YUV69.72141.7118.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 94 (37.11% from 255) = 42.34%
R=25.23%
G=32.43%
B=42.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5672940.400.2300.63214.7425.3329.41
Hex38485E281703Fd7191d
Octal7011013650270773273135
Binary11100010010001011110101000101110111111110101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,72,94); }

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

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

 a { background-color: rgb(56,72,94); }

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

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

 span { border-color: rgb(56,72,94); }

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