#35506E

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

Shades of Cello #35506E

Tints of Cello #35506E

Color information

#35506E (or 0x35506E) is unknown color: approx Cello. HEX triplet: 35, 50 and 6E. RGB value is (53,80,110). Sum of RGB (Red+Green+Blue) = 53+80+110=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #35506E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35506E is #CAAF91. Grayscale: #4B4B4B. Windows color (decimal): -13283218 or 7229493. OLE color: 7229493.

HSL color Cylindrical-coordinate representation of color #35506E: hue angle of 211.58º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35506E is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5380110-
CMYK0.520.2700.57
HSL211.58º34.97%31.96%-
HSV(B)211.58º51.82%43.14%-
XYZ7.157.6215.85-
YUV75.35147.55112.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=21.81%
G=32.92%
B=45.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53801100.520.2700.57211.5834.9731.96
Hex35506E341B039d42320
Octal6512015664330713244340
Binary1101011010000110111011010011011011100111010100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,80,110); }

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

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

 a { background-color: rgb(53,80,110); }

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

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

 span { border-color: rgb(53,80,110); }

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