#345261

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

Shades of Cello #345261

Tints of Cello #345261

Color information

#345261 (or 0x345261) is unknown color: approx Cello. HEX triplet: 34, 52 and 61. RGB value is (52,82,97). Sum of RGB (Red+Green+Blue) = 52+82+97=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #345261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345261 is #CBAD9E. Grayscale: #4A4A4A. Windows color (decimal): -13348255 or 6378036. OLE color: 6378036.

HSL color Cylindrical-coordinate representation of color #345261: hue angle of 200º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #345261 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB528297-
CMYK0.460.1500.62
HSL200º30.2%29.22%-
HSV(B)200º46.39%38.04%-
XYZ6.597.6312.43-
YUV74.74140.56111.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=22.51%
G=35.50%
B=41.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5282970.460.1500.6220030.229.22
Hex3452612EF03Ec81e1d
Octal6412214156170763103635
Binary1101001010010110000110111011110111110110010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345261; }

 p { color: rgb(52,82,97); }

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

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

 a { background-color: rgb(52,82,97); }

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

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

 span { border-color: rgb(52,82,97); }

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