#38505E

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

Shades of Cello #38505E

Tints of Cello #38505E

Color information

#38505E (or 0x38505E) is unknown color: approx Cello. HEX triplet: 38, 50 and 5E. RGB value is (56,80,94). Sum of RGB (Red+Green+Blue) = 56+80+94=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 94 - color contains mainly: blue. Hex color #38505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38505E is #C7AFA1. Grayscale: #4A4A4A. Windows color (decimal): -13086626 or 6180920. OLE color: 6180920.

HSL color Cylindrical-coordinate representation of color #38505E: hue angle of 202.11º 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 #38505E is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB568094-
CMYK0.400.1500.63
HSL202.11º25.33%29.41%-
HSV(B)202.11º40.43%36.86%-
XYZ6.527.3911.67-
YUV74.42139.05114.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 94 (37.11% from 255) = 40.87%
R=24.35%
G=34.78%
B=40.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5680940.400.1500.63202.1125.3329.41
Hex38505E28F03Fca191d
Octal7012013650170773123135
Binary1110001010000101111010100011110111111110010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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