Html Css Color HEX #325461 Casal

📋 copy color: '#325461'

red 50 ◦ green 84 ◦ blue 97

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

Shades of Casal #325461

Tints of Casal #325461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

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

R = 21.65%
G = 36.36%
B = 41.99%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#325461 (or 0x325461) is known color: Casal. HEX triplet: 32, 54 and 61. RGB value is (50,84,97). Sum of RGB (Red+Green+Blue) = 50+84+97=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #325461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325461 is #CDAB9E. Grayscale: #4B4B4B. Windows color (decimal): -13478815 or 6378546. OLE color: 6378546.

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

Color convert

RGB 50 84 97 -
CMYK 0.48 0.13 0 0.62
HSL 196.6º 0.32% 0.29% -
HSV(B) 196.6º 0.48% 0.38% -
XYZ 6.64 7.88 12.48 -
YUV 75.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 50 84 97 0.48 0.13 0 0.62 196.6 0.32 0.29
Hex 32 54 61 30 D 0 3E C5 20 1D
Octal 62 124 141 60 15 0 76 305 40 35
Binary 110010 1010100 1100001 110000 1101 0 111110 11000101 100000 11101

Color Harmonies of #325461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325461

Black with #325461

Text Example


Text Example

White with #325461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325461; }

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

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

background-color css

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

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

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

border-color css

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

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

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