Html Css Color HEX #325890 Endeavour

📋 copy color: '#325890'

red 50 ◦ green 88 ◦ blue 144

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

Shades of Endeavour #325890

Tints of Endeavour #325890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.06%

R = 17.73%
G = 31.21%
B = 51.06%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#325890 (or 0x325890) is known color: Endeavour. HEX triplet: 32, 58 and 90. RGB value is (50,88,144). Sum of RGB (Red+Green+Blue) = 50+88+144=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #325890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325890 is #CDA76F. Grayscale: #525252. Windows color (decimal): -13477744 or 9459762. OLE color: 9459762.

HSL color Cylindrical-coordinate representation of color #325890: hue angle of 215.74º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #325890 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 88 144 -
CMYK 0.65 0.39 0 0.44
HSL 215.74º 0.48% 0.38% -
HSV(B) 215.74º 0.65% 0.56% -
XYZ 9.84 9.67 27.73 -
YUV 83.02 162.41 104.45 -
System Red Green Blue C M Y K H S L
Decimal 50 88 144 0.65 0.39 0 0.44 215.74 0.48 0.38
Hex 32 58 90 41 27 0 2C D8 30 26
Octal 62 130 220 101 47 0 54 330 60 46
Binary 110010 1011000 10010000 1000001 100111 0 101100 11011000 110000 100110

Color Harmonies of #325890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325890

Black with #325890

Text Example


Text Example

White with #325890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325890; }

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

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

background-color css

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

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

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

border-color css

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

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

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