Html Css Color HEX #325763 Casal

📋 copy color: '#325763'

red 50 ◦ green 87 ◦ blue 99

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

Shades of Casal #325763

Tints of Casal #325763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.86%

 BLUE value IS 99 (39.06% from 255) = 41.95%

R = 21.19%
G = 36.86%
B = 41.95%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#325763 (or 0x325763) is known color: Casal. HEX triplet: 32, 57 and 63. RGB value is (50,87,99). Sum of RGB (Red+Green+Blue) = 50+87+99=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #325763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325763 is #CDA89C. Grayscale: #4D4D4D. Windows color (decimal): -13478045 or 6510386. OLE color: 6510386.

HSL color Cylindrical-coordinate representation of color #325763: hue angle of 194.69º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #325763 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 87 99 -
CMYK 0.49 0.12 0 0.61
HSL 194.69º 0.33% 0.29% -
HSV(B) 194.69º 0.49% 0.39% -
XYZ 6.98 8.4 13.06 -
YUV 77.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 50 87 99 0.49 0.12 0 0.61 194.69 0.33 0.29
Hex 32 57 63 31 C 0 3D C3 21 1D
Octal 62 127 143 61 14 0 75 303 41 35
Binary 110010 1010111 1100011 110001 1100 0 111101 11000011 100001 11101

Color Harmonies of #325763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325763

Black with #325763

Text Example


Text Example

White with #325763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325763; }

 p { color: rgb(50,87,99); }

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

background-color css

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

 a { background-color: rgb(50,87,99); }

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

border-color css

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

 span { border-color: rgb(50,87,99); }

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