#345A62

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

Shades of Casal #345A62

Tints of Casal #345A62

Color information

#345A62 (or 0x345A62) is unknown color: approx Casal. HEX triplet: 34, 5A and 62. RGB value is (52,90,98). Sum of RGB (Red+Green+Blue) = 52+90+98=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 98 - color contains mainly: blue. Hex color #345A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A62 is #CBA59D. Grayscale: #4F4F4F. Windows color (decimal): -13346206 or 6445620. OLE color: 6445620.

HSL color Cylindrical-coordinate representation of color #345A62: hue angle of 190.43º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #345A62 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB529098-
CMYK0.470.0800.62
HSL190.43º30.67%29.41%-
HSV(B)190.43º46.94%38.43%-
XYZ7.288.9212.89-
YUV79.55138.41108.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 90 (35.55% from 255) = 37.5%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=21.67%
G=37.5%
B=40.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5290980.470.0800.62190.4330.6729.41
Hex345A622F803Ebe1f1d
Octal6413214257100762763735
Binary1101001011010110001010111110000111110101111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345A62; }

 p { color: rgb(52,90,98); }

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

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

 a { background-color: rgb(52,90,98); }

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

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

 span { border-color: rgb(52,90,98); }

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