Html Css Color HEX #325A60 Casal

📋 copy color: '#325A60'

red 50 ◦ green 90 ◦ blue 96

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

Shades of Casal #325A60

Tints of Casal #325A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.14%

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

R = 21.19%
G = 38.14%
B = 40.68%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#325A60 (or 0x325A60) is known color: Casal. HEX triplet: 32, 5A and 60. RGB value is (50,90,96). Sum of RGB (Red+Green+Blue) = 50+90+96=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #325A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A60 is #CDA59F. Grayscale: #4E4E4E. Windows color (decimal): -13477280 or 6314546. OLE color: 6314546.

HSL color Cylindrical-coordinate representation of color #325A60: hue angle of 187.83º 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 #325A60 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 90 96 -
CMYK 0.48 0.06 0 0.62
HSL 187.83º 0.32% 0.29% -
HSV(B) 187.83º 0.48% 0.38% -
XYZ 7.08 8.83 12.4 -
YUV 78.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 50 90 96 0.48 0.06 0 0.62 187.83 0.32 0.29
Hex 32 5A 60 30 6 0 3E BC 20 1D
Octal 62 132 140 60 6 0 76 274 40 35
Binary 110010 1011010 1100000 110000 110 0 111110 10111100 100000 11101

Color Harmonies of #325A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A60

Black with #325A60

Text Example


Text Example

White with #325A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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