#345368

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

Shades of Cello #345368

Tints of Cello #345368

Color information

#345368 (or 0x345368) is unknown color: approx Cello. HEX triplet: 34, 53 and 68. RGB value is (52,83,104). Sum of RGB (Red+Green+Blue) = 52+83+104=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #345368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345368 is #CBAC97. Grayscale: #4C4C4C. Windows color (decimal): -13347992 or 6837044. OLE color: 6837044.

HSL color Cylindrical-coordinate representation of color #345368: hue angle of 204.23º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #345368 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5283104-
CMYK0.500.2000.59
HSL204.23º33.33%30.59%-
HSV(B)204.23º50%40.78%-
XYZ7.017.9214.26-
YUV76.12143.73110.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 104 (41.02% from 255) = 43.51%
R=21.76%
G=34.73%
B=43.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52831040.500.2000.59204.2333.3330.59
Hex345368321403Bcc211f
Octal6412315062240733144137
Binary110100101001111010001100101010001110111100110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345368; }

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

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

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

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

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

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

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

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