Html Css Color HEX #345761 Casal

📋 copy color: '#345761'

red 52 ◦ green 87 ◦ blue 97

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

Shades of Casal #345761

Tints of Casal #345761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.86%

 BLUE value IS 97 (38.28% from 255) = 41.1%

R = 22.03%
G = 36.86%
B = 41.1%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#345761 (or 0x345761) is known color: Casal. HEX triplet: 34, 57 and 61. RGB value is (52,87,97). Sum of RGB (Red+Green+Blue) = 52+87+97=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 97 - color contains mainly: blue. Hex color #345761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345761 is #CBA89E. Grayscale: #4D4D4D. Windows color (decimal): -13346975 or 6379316. OLE color: 6379316.

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

Color convert

RGB 52 87 97 -
CMYK 0.46 0.10 0 0.62
HSL 193.33º 0.3% 0.29% -
HSV(B) 193.33º 0.46% 0.38% -
XYZ 6.98 8.41 12.56 -
YUV 77.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 52 87 97 0.46 0.10 0 0.62 193.33 0.3 0.29
Hex 34 57 61 2E A 0 3E C1 1E 1D
Octal 64 127 141 56 12 0 76 301 36 35
Binary 110100 1010111 1100001 101110 1010 0 111110 11000001 11110 11101

Color Harmonies of #345761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345761

Black with #345761

Text Example


Text Example

White with #345761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345761; }

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

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

background-color css

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

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

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

border-color css

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

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

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