#345861

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

Shades of Casal #345861

Tints of Casal #345861

Color information

#345861 (or 0x345861) is unknown color: approx Casal. HEX triplet: 34, 58 and 61. RGB value is (52,88,97). Sum of RGB (Red+Green+Blue) = 52+88+97=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 97 - color contains mainly: blue. Hex color #345861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345861 is #CBA79E. Grayscale: #4E4E4E. Windows color (decimal): -13346719 or 6379572. OLE color: 6379572.

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

Color convert

RGB528897-
CMYK0.460.0900.62
HSL192º30.2%29.22%-
HSV(B)192º46.39%38.04%-
XYZ7.068.5712.59-
YUV78.26138.57109.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=21.94%
G=37.13%
B=40.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5288970.460.0900.6219230.229.22
Hex3458612E903Ec01e1d
Octal6413014156110763003635
Binary1101001011000110000110111010010111110110000001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345861; }

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

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

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

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

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

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

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

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