Html Css Color HEX #325360 Casal

📋 copy color: '#325360'

red 50 ◦ green 83 ◦ blue 96

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

Shades of Casal #325360

Tints of Casal #325360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.24%

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

R = 21.83%
G = 36.24%
B = 41.92%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#325360 (or 0x325360) is known color: Casal. HEX triplet: 32, 53 and 60. RGB value is (50,83,96). Sum of RGB (Red+Green+Blue) = 50+83+96=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #325360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325360 is #CDAC9F. Grayscale: #4A4A4A. Windows color (decimal): -13479072 or 6312754. OLE color: 6312754.

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

Color convert

RGB 50 83 96 -
CMYK 0.48 0.14 0 0.62
HSL 196.96º 0.32% 0.29% -
HSV(B) 196.96º 0.48% 0.38% -
XYZ 6.52 7.71 12.21 -
YUV 74.62 140.07 110.44 -
System Red Green Blue C M Y K H S L
Decimal 50 83 96 0.48 0.14 0 0.62 196.96 0.32 0.29
Hex 32 53 60 30 E 0 3E C5 20 1D
Octal 62 123 140 60 16 0 76 305 40 35
Binary 110010 1010011 1100000 110000 1110 0 111110 11000101 100000 11101

Color Harmonies of #325360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325360

Black with #325360

Text Example


Text Example

White with #325360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325360; }

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

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

background-color css

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

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

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

border-color css

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

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

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