#345561

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

Shades of Casal #345561

Tints of Casal #345561

Color information

#345561 (or 0x345561) is unknown color: approx Casal. HEX triplet: 34, 55 and 61. RGB value is (52,85,97). Sum of RGB (Red+Green+Blue) = 52+85+97=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #345561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345561 is #CBAA9E. Grayscale: #4C4C4C. Windows color (decimal): -13347487 or 6378804. OLE color: 6378804.

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

Color convert

RGB528597-
CMYK0.460.1200.62
HSL196º30.2%29.22%-
HSV(B)196º46.39%38.04%-
XYZ6.828.0912.51-
YUV76.5139.57110.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=22.22%
G=36.32%
B=41.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5285970.460.1200.6219630.229.22
Hex3455612EC03Ec41e1d
Octal6412514156140763043635
Binary1101001010101110000110111011000111110110001001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345561; }

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

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

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

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

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

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

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

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