Html Css Color HEX #325B63 Casal

📋 copy color: '#325B63'

red 50 ◦ green 91 ◦ blue 99

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

Shades of Casal #325B63

Tints of Casal #325B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.92%

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

R = 20.83%
G = 37.92%
B = 41.25%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#325B63 (or 0x325B63) is known color: Casal. HEX triplet: 32, 5B and 63. RGB value is (50,91,99). Sum of RGB (Red+Green+Blue) = 50+91+99=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #325B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B63 is #CDA49C. Grayscale: #4F4F4F. Windows color (decimal): -13477021 or 6511410. OLE color: 6511410.

HSL color Cylindrical-coordinate representation of color #325B63: hue angle of 189.8º 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 #325B63 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 91 99 -
CMYK 0.49 0.08 0 0.61
HSL 189.8º 0.33% 0.29% -
HSV(B) 189.8º 0.49% 0.39% -
XYZ 7.31 9.06 13.17 -
YUV 79.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 50 91 99 0.49 0.08 0 0.61 189.8 0.33 0.29
Hex 32 5B 63 31 8 0 3D BE 21 1D
Octal 62 133 143 61 10 0 75 276 41 35
Binary 110010 1011011 1100011 110001 1000 0 111101 10111110 100001 11101

Color Harmonies of #325B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B63

Black with #325B63

Text Example


Text Example

White with #325B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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