Html Css Color HEX #325895 Endeavour

📋 copy color: '#325895'

red 50 ◦ green 88 ◦ blue 149

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

Shades of Endeavour #325895

Tints of Endeavour #325895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.92%

R = 17.42%
G = 30.66%
B = 51.92%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#325895 (or 0x325895) is known color: Endeavour. HEX triplet: 32, 58 and 95. RGB value is (50,88,149). Sum of RGB (Red+Green+Blue) = 50+88+149=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #325895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325895 is #CDA76A. Grayscale: #535353. Windows color (decimal): -13477739 or 9787442. OLE color: 9787442.

HSL color Cylindrical-coordinate representation of color #325895: hue angle of 216.97º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325895 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 88 149 -
CMYK 0.66 0.41 0 0.42
HSL 216.97º 0.5% 0.39% -
HSV(B) 216.97º 0.66% 0.58% -
XYZ 10.23 9.83 29.79 -
YUV 83.59 164.91 104.04 -
System Red Green Blue C M Y K H S L
Decimal 50 88 149 0.66 0.41 0 0.42 216.97 0.5 0.39
Hex 32 58 95 42 29 0 2A D9 32 27
Octal 62 130 225 102 51 0 52 331 62 47
Binary 110010 1011000 10010101 1000010 101001 0 101010 11011001 110010 100111

Color Harmonies of #325895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325895

Black with #325895

Text Example


Text Example

White with #325895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325895; }

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

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

background-color css

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

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

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

border-color css

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

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

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