Html Css Color HEX #325C63 Casal

📋 copy color: '#325C63'

red 50 ◦ green 92 ◦ blue 99

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

Shades of Casal #325C63

Tints of Casal #325C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.17%

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

R = 20.75%
G = 38.17%
B = 41.08%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#325C63 (or 0x325C63) is known color: Casal. HEX triplet: 32, 5C and 63. RGB value is (50,92,99). Sum of RGB (Red+Green+Blue) = 50+92+99=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #325C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C63 is #CDA39C. Grayscale: #505050. Windows color (decimal): -13476765 or 6511666. OLE color: 6511666.

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

Color convert

RGB 50 92 99 -
CMYK 0.49 0.07 0 0.61
HSL 188.57º 0.33% 0.29% -
HSV(B) 188.57º 0.49% 0.39% -
XYZ 7.39 9.23 13.2 -
YUV 80.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 50 92 99 0.49 0.07 0 0.61 188.57 0.33 0.29
Hex 32 5C 63 31 7 0 3D BD 21 1D
Octal 62 134 143 61 7 0 75 275 41 35
Binary 110010 1011100 1100011 110001 111 0 111101 10111101 100001 11101

Color Harmonies of #325C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C63

Black with #325C63

Text Example


Text Example

White with #325C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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