#345361

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

Shades of Cello #345361

Tints of Cello #345361

Color information

#345361 (or 0x345361) is unknown color: approx Cello. HEX triplet: 34, 53 and 61. RGB value is (52,83,97). Sum of RGB (Red+Green+Blue) = 52+83+97=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #345361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345361 is #CBAC9E. Grayscale: #4B4B4B. Windows color (decimal): -13347999 or 6378292. OLE color: 6378292.

HSL color Cylindrical-coordinate representation of color #345361: hue angle of 198.67º 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 #345361 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB528397-
CMYK0.460.1400.62
HSL198.67º30.2%29.22%-
HSV(B)198.67º46.39%38.04%-
XYZ6.677.7812.46-
YUV75.33140.23111.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=22.41%
G=35.78%
B=41.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5283970.460.1400.62198.6730.229.22
Hex3453612EE03Ec71e1d
Octal6412314156160763073635
Binary1101001010011110000110111011100111110110001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345361; }

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

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

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

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

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

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

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

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