Html Css Color HEX #325460 Casal

📋 copy color: '#325460'

red 50 ◦ green 84 ◦ blue 96

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

Shades of Casal #325460

Tints of Casal #325460

RGB

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

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

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

R = 21.74%
G = 36.52%
B = 41.74%

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

#325460 (or 0x325460) is known color: Casal. HEX triplet: 32, 54 and 60. RGB value is (50,84,96). Sum of RGB (Red+Green+Blue) = 50+84+96=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #325460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325460 is #CDAB9F. Grayscale: #4B4B4B. Windows color (decimal): -13478816 or 6313010. OLE color: 6313010.

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

Color convert

RGB 50 84 96 -
CMYK 0.48 0.12 0 0.62
HSL 195.65º 0.32% 0.29% -
HSV(B) 195.65º 0.48% 0.38% -
XYZ 6.6 7.86 12.24 -
YUV 75.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 50 84 96 0.48 0.12 0 0.62 195.65 0.32 0.29
Hex 32 54 60 30 C 0 3E C4 20 1D
Octal 62 124 140 60 14 0 76 304 40 35
Binary 110010 1010100 1100000 110000 1100 0 111110 11000100 100000 11101

Color Harmonies of #325460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325460

Black with #325460

Text Example


Text Example

White with #325460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325460; }

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

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

background-color css

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

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

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

border-color css

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

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

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