Html Css Color HEX #325561 Casal

📋 copy color: '#325561'

red 50 ◦ green 85 ◦ blue 97

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

Shades of Casal #325561

Tints of Casal #325561

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.64%

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

R = 21.55%
G = 36.64%
B = 41.81%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#325561 (or 0x325561) is known color: Casal. HEX triplet: 32, 55 and 61. RGB value is (50,85,97). Sum of RGB (Red+Green+Blue) = 50+85+97=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #325561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325561 is #CDAA9E. Grayscale: #4B4B4B. Windows color (decimal): -13478559 or 6378802. OLE color: 6378802.

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

Color convert

RGB 50 85 97 -
CMYK 0.48 0.12 0 0.62
HSL 195.32º 0.32% 0.29% -
HSV(B) 195.32º 0.48% 0.38% -
XYZ 6.72 8.04 12.51 -
YUV 75.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 50 85 97 0.48 0.12 0 0.62 195.32 0.32 0.29
Hex 32 55 61 30 C 0 3E C3 20 1D
Octal 62 125 141 60 14 0 76 303 40 35
Binary 110010 1010101 1100001 110000 1100 0 111110 11000011 100000 11101

Color Harmonies of #325561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325561

Black with #325561

Text Example


Text Example

White with #325561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325561; }

 p { color: rgb(50,85,97); }

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

background-color css

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

 a { background-color: rgb(50,85,97); }

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

border-color css

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

 span { border-color: rgb(50,85,97); }

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