#38505C

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

Shades of Cello #38505C

Tints of Cello #38505C

Color information

#38505C (or 0x38505C) is unknown color: approx Cello. HEX triplet: 38, 50 and 5C. RGB value is (56,80,92). Sum of RGB (Red+Green+Blue) = 56+80+92=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #38505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38505C is #C7AFA3. Grayscale: #4A4A4A. Windows color (decimal): -13086628 or 6049848. OLE color: 6049848.

HSL color Cylindrical-coordinate representation of color #38505C: hue angle of 200º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #38505C is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB568092-
CMYK0.390.1300.64
HSL200º24.32%29.02%-
HSV(B)200º39.13%36.08%-
XYZ6.437.3511.21-
YUV74.19138.05115.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 92 (36.33% from 255) = 40.35%
R=24.56%
G=35.09%
B=40.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5680920.390.1300.6420024.3229.02
Hex38505C27D040c8181d
Octal70120134471501003103035
Binary11100010100001011100100111110101000000110010001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38505C; }

 p { color: rgb(56,80,92); }

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

<style>
 a { background-color: #38505C; }

 a { background-color: rgb(56,80,92); }

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

<style>
 span { border-color: #38505C; }

 span { border-color: rgb(56,80,92); }

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