Html Css Color HEX #325056 Casal

📋 copy color: '#325056'

red 50 ◦ green 80 ◦ blue 86

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

Shades of Casal #325056

Tints of Casal #325056

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.04%

 BLUE value IS 86 (33.98% from 255) = 39.81%

R = 23.15%
G = 37.04%
B = 39.81%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#325056 (or 0x325056) is known color: Casal. HEX triplet: 32, 50 and 56. RGB value is (50,80,86). Sum of RGB (Red+Green+Blue) = 50+80+86=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 86 - color contains mainly: blue. Hex color #325056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325056 is #CDAFA9. Grayscale: #474747. Windows color (decimal): -13479850 or 5656626. OLE color: 5656626.

HSL color Cylindrical-coordinate representation of color #325056: hue angle of 190º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #325056 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 80 86 -
CMYK 0.42 0.07 0 0.66
HSL 190º 0.26% 0.27% -
HSV(B) 190º 0.42% 0.34% -
XYZ 5.86 7.09 9.86 -
YUV 71.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 50 80 86 0.42 0.07 0 0.66 190 0.26 0.27
Hex 32 50 56 2A 7 0 42 BE 1A 1B
Octal 62 120 126 52 7 0 102 276 32 33
Binary 110010 1010000 1010110 101010 111 0 1000010 10111110 11010 11011

Color Harmonies of #325056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325056

Black with #325056

Text Example


Text Example

White with #325056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325056; }

 p { color: rgb(50,80,86); }

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

background-color css

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

 a { background-color: rgb(50,80,86); }

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

border-color css

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

 span { border-color: rgb(50,80,86); }

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