#38485F

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

Shades of Cello #38485F

Tints of Cello #38485F

Color information

#38485F (or 0x38485F) is unknown color: approx Cello. HEX triplet: 38, 48 and 5F. RGB value is (56,72,95). Sum of RGB (Red+Green+Blue) = 56+72+95=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #38485F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38485F is #C7B7A0. Grayscale: #454545. Windows color (decimal): -13088673 or 6244408. OLE color: 6244408.

HSL color Cylindrical-coordinate representation of color #38485F: hue angle of 215.38º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #38485F is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB567295-
CMYK0.410.2400.63
HSL215.38º25.83%29.61%-
HSV(B)215.38º41.05%37.25%-
XYZ6.016.311.73-
YUV69.84142.2118.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.11%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 95 (37.5% from 255) = 42.60%
R=25.11%
G=32.29%
B=42.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5672950.410.2400.63215.3825.8329.61
Hex38485F291803Fd71a1e
Octal7011013751300773273236
Binary11100010010001011111101001110000111111110101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38485F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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