Html Css Color HEX #345059 Casal

📋 copy color: '#345059'

red 52 ◦ green 80 ◦ blue 89

#345059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #345059

Tints of Casal #345059

RGB

 RED value IS 52 (20.7% from 255) = 23.53%

 GREEN value IS 80 (31.64% from 255) = 36.2%

 BLUE value IS 89 (35.16% from 255) = 40.27%

R = 23.53%
G = 36.2%
B = 40.27%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#345059 (or 0x345059) is known color: Casal. HEX triplet: 34, 50 and 59. RGB value is (52,80,89). Sum of RGB (Red+Green+Blue) = 52+80+89=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #345059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345059 is #CBAFA6. Grayscale: #484848. Windows color (decimal): -13348775 or 5853236. OLE color: 5853236.

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

Color convert

RGB 52 80 89 -
CMYK 0.42 0.10 0 0.65
HSL 194.59º 0.26% 0.28% -
HSV(B) 194.59º 0.42% 0.35% -
XYZ 6.09 7.19 10.52 -
YUV 72.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 52 80 89 0.42 0.10 0 0.65 194.59 0.26 0.28
Hex 34 50 59 2A A 0 41 C3 1A 1C
Octal 64 120 131 52 12 0 101 303 32 34
Binary 110100 1010000 1011001 101010 1010 0 1000001 11000011 11010 11100

Color Harmonies of #345059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345059

Black with #345059

Text Example


Text Example

White with #345059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345059; }

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

 H1.HeaderClassName
 {
   color: #345059;
 }
 .AnyTagClassName
 {
   color: #345059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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