#345159

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

Shades of Casal #345159

Tints of Casal #345159

Color information

#345159 (or 0x345159) is unknown color: approx Casal. HEX triplet: 34, 51 and 59. RGB value is (52,81,89). Sum of RGB (Red+Green+Blue) = 52+81+89=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #345159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345159 is #CBAEA6. Grayscale: #494949. Windows color (decimal): -13348519 or 5853492. OLE color: 5853492.

HSL color Cylindrical-coordinate representation of color #345159: hue angle of 192.97º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345159 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB528189-
CMYK0.420.0900.65
HSL192.97º26.24%27.65%-
HSV(B)192.97º41.57%34.9%-
XYZ6.167.3410.54-
YUV73.24136.89112.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 89 (35.16% from 255) = 40.09%
R=23.42%
G=36.49%
B=40.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5281890.420.0900.65192.9726.2427.65
Hex3451592A9041c11a1c
Octal64121131521101013013234
Binary11010010100011011001101010100101000001110000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345159; }

 p { color: rgb(52,81,89); }

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

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

 a { background-color: rgb(52,81,89); }

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

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

 span { border-color: rgb(52,81,89); }

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