Html Css Color HEX #325B61 Casal

📋 copy color: '#325B61'

red 50 ◦ green 91 ◦ blue 97

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

Shades of Casal #325B61

Tints of Casal #325B61

RGB

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

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

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

R = 21.01%
G = 38.24%
B = 40.76%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#325B61 (or 0x325B61) is known color: Casal. HEX triplet: 32, 5B and 61. RGB value is (50,91,97). Sum of RGB (Red+Green+Blue) = 50+91+97=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #325B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B61 is #CDA49E. Grayscale: #4F4F4F. Windows color (decimal): -13477023 or 6380338. OLE color: 6380338.

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

Color convert

RGB 50 91 97 -
CMYK 0.48 0.06 0 0.62
HSL 187.66º 0.32% 0.29% -
HSV(B) 187.66º 0.48% 0.38% -
XYZ 7.21 9.02 12.67 -
YUV 79.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 50 91 97 0.48 0.06 0 0.62 187.66 0.32 0.29
Hex 32 5B 61 30 6 0 3E BC 20 1D
Octal 62 133 141 60 6 0 76 274 40 35
Binary 110010 1011011 1100001 110000 110 0 111110 10111100 100000 11101

Color Harmonies of #325B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B61

Black with #325B61

Text Example


Text Example

White with #325B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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