Html Css Color HEX #325860 Casal

📋 copy color: '#325860'

red 50 ◦ green 88 ◦ blue 96

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

Shades of Casal #325860

Tints of Casal #325860

RGB

 RED value IS 50 (19.92% from 255) = 21.37%

 GREEN value IS 88 (34.77% from 255) = 37.61%

 BLUE value IS 96 (37.89% from 255) = 41.03%

R = 21.37%
G = 37.61%
B = 41.03%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#325860 (or 0x325860) is known color: Casal. HEX triplet: 32, 58 and 60. RGB value is (50,88,96). Sum of RGB (Red+Green+Blue) = 50+88+96=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #325860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325860 is #CDA79F. Grayscale: #4D4D4D. Windows color (decimal): -13477792 or 6314034. OLE color: 6314034.

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

Color convert

RGB 50 88 96 -
CMYK 0.48 0.08 0 0.62
HSL 190.43º 0.32% 0.29% -
HSV(B) 190.43º 0.48% 0.38% -
XYZ 6.92 8.5 12.34 -
YUV 77.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 50 88 96 0.48 0.08 0 0.62 190.43 0.32 0.29
Hex 32 58 60 30 8 0 3E BE 20 1D
Octal 62 130 140 60 10 0 76 276 40 35
Binary 110010 1011000 1100000 110000 1000 0 111110 10111110 100000 11101

Color Harmonies of #325860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325860

Black with #325860

Text Example


Text Example

White with #325860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325860; }

 p { color: rgb(50,88,96); }

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

background-color css

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

 a { background-color: rgb(50,88,96); }

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

border-color css

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

 span { border-color: rgb(50,88,96); }

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