#345259

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

Shades of Casal #345259

Tints of Casal #345259

Color information

#345259 (or 0x345259) is unknown color: approx Casal. HEX triplet: 34, 52 and 59. RGB value is (52,82,89). Sum of RGB (Red+Green+Blue) = 52+82+89=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #345259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345259 is #CBADA6. Grayscale: #494949. Windows color (decimal): -13348263 or 5853748. OLE color: 5853748.

HSL color Cylindrical-coordinate representation of color #345259: hue angle of 191.35º 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 #345259 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB528289-
CMYK0.420.0800.65
HSL191.35º26.24%27.65%-
HSV(B)191.35º41.57%34.9%-
XYZ6.247.4910.57-
YUV73.83136.56112.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 82 (32.42% from 255) = 36.77%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=23.32%
G=36.77%
B=39.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5282890.420.0800.65191.3526.2427.65
Hex3452592A8041bf1a1c
Octal64122131521001012773234
Binary11010010100101011001101010100001000001101111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345259; }

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

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

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

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

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

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

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

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