#345263

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

Shades of Cello #345263

Tints of Cello #345263

Color information

#345263 (or 0x345263) is unknown color: approx Cello. HEX triplet: 34, 52 and 63. RGB value is (52,82,99). Sum of RGB (Red+Green+Blue) = 52+82+99=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #345263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345263 is #CBAD9C. Grayscale: #4A4A4A. Windows color (decimal): -13348253 or 6509108. OLE color: 6509108.

HSL color Cylindrical-coordinate representation of color #345263: hue angle of 201.7º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #345263 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB528299-
CMYK0.470.1700.61
HSL201.7º31.13%29.61%-
HSV(B)201.7º47.47%38.82%-
XYZ6.697.6712.93-
YUV74.97141.56111.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 99 (39.06% from 255) = 42.49%
R=22.32%
G=35.19%
B=42.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5282990.470.1700.61201.731.1329.61
Hex3452632F1103Dca1f1e
Octal6412214357210753123736
Binary11010010100101100011101111100010111101110010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345263; }

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

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

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

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

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

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

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

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