#345961

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

Shades of Casal #345961

Tints of Casal #345961

Color information

#345961 (or 0x345961) is unknown color: approx Casal. HEX triplet: 34, 59 and 61. RGB value is (52,89,97). Sum of RGB (Red+Green+Blue) = 52+89+97=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #345961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345961 is #CBA69E. Grayscale: #4E4E4E. Windows color (decimal): -13346463 or 6379828. OLE color: 6379828.

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

Color convert

RGB528997-
CMYK0.460.0800.62
HSL190.67º30.2%29.22%-
HSV(B)190.67º46.39%38.04%-
XYZ7.158.7412.62-
YUV78.85138.24108.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 89 (35.16% from 255) = 37.39%
BLUE value IS 97 (38.28% from 255) = 40.76%
R=21.85%
G=37.39%
B=40.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5289970.460.0800.62190.6730.229.22
Hex3459612E803Ebf1e1d
Octal6413114156100762773635
Binary1101001011001110000110111010000111110101111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345961; }

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

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

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

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

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

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

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

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