Html Css Color HEX #325861 Casal

📋 copy color: '#325861'

red 50 ◦ green 88 ◦ blue 97

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

Shades of Casal #325861

Tints of Casal #325861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.45%

 BLUE value IS 97 (38.28% from 255) = 41.28%

R = 21.28%
G = 37.45%
B = 41.28%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#325861 (or 0x325861) is known color: Casal. HEX triplet: 32, 58 and 61. RGB value is (50,88,97). Sum of RGB (Red+Green+Blue) = 50+88+97=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #325861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325861 is #CDA79E. Grayscale: #4D4D4D. Windows color (decimal): -13477791 or 6379570. OLE color: 6379570.

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

Color convert

RGB 50 88 97 -
CMYK 0.48 0.09 0 0.62
HSL 191.49º 0.32% 0.29% -
HSV(B) 191.49º 0.48% 0.38% -
XYZ 6.96 8.52 12.59 -
YUV 77.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 50 88 97 0.48 0.09 0 0.62 191.49 0.32 0.29
Hex 32 58 61 30 9 0 3E BF 20 1D
Octal 62 130 141 60 11 0 76 277 40 35
Binary 110010 1011000 1100001 110000 1001 0 111110 10111111 100000 11101

Color Harmonies of #325861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325861

Black with #325861

Text Example


Text Example

White with #325861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325861; }

 p { color: rgb(50,88,97); }

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

background-color css

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

 a { background-color: rgb(50,88,97); }

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

border-color css

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

 span { border-color: rgb(50,88,97); }

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