#38485A

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

Shades of Cello #38485A

Tints of Cello #38485A

Color information

#38485A (or 0x38485A) is unknown color: approx Cello. HEX triplet: 38, 48 and 5A. RGB value is (56,72,90). Sum of RGB (Red+Green+Blue) = 56+72+90=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #38485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38485A is #C7B7A5. Grayscale: #454545. Windows color (decimal): -13088678 or 5916728. OLE color: 5916728.

HSL color Cylindrical-coordinate representation of color #38485A: hue angle of 211.76º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38485A is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB567290-
CMYK0.380.2000.65
HSL211.76º23.29%28.63%-
HSV(B)211.76º37.78%35.29%-
XYZ5.796.2110.57-
YUV69.27139.7118.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=25.69%
G=33.03%
B=41.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5672900.380.2000.65211.7623.2928.63
Hex38485A2614041d4171d
Octal70110132462401013242735
Binary111000100100010110101001101010001000001110101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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