#38505D

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

Shades of Cello #38505D

Tints of Cello #38505D

Color information

#38505D (or 0x38505D) is unknown color: approx Cello. HEX triplet: 38, 50 and 5D. RGB value is (56,80,93). Sum of RGB (Red+Green+Blue) = 56+80+93=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #38505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38505D is #C7AFA2. Grayscale: #4A4A4A. Windows color (decimal): -13086627 or 6115384. OLE color: 6115384.

HSL color Cylindrical-coordinate representation of color #38505D: hue angle of 201.08º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38505D is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB568093-
CMYK0.400.1400.64
HSL201.08º24.83%29.22%-
HSV(B)201.08º39.78%36.47%-
XYZ6.487.3711.44-
YUV74.31138.55114.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 93 (36.72% from 255) = 40.61%
R=24.45%
G=34.93%
B=40.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5680930.400.1400.64201.0824.8329.22
Hex38505D28E040c9191d
Octal70120135501601003113135
Binary11100010100001011101101000111001000000110010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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