Html Css Color HEX #325999 Endeavour

📋 copy color: '#325999'

red 50 ◦ green 89 ◦ blue 153

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

Shades of Endeavour #325999

Tints of Endeavour #325999

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.48%

 BLUE value IS 153 (60.16% from 255) = 52.4%

R = 17.12%
G = 30.48%
B = 52.4%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#325999 (or 0x325999) is known color: Endeavour. HEX triplet: 32, 59 and 99. RGB value is (50,89,153). Sum of RGB (Red+Green+Blue) = 50+89+153=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #325999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325999 is #CDA666. Grayscale: #545454. Windows color (decimal): -13477479 or 10049842. OLE color: 10049842.

HSL color Cylindrical-coordinate representation of color #325999: hue angle of 217.28º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325999 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 89 153 -
CMYK 0.67 0.42 0 0.4
HSL 217.28º 0.51% 0.4% -
HSV(B) 217.28º 0.67% 0.6% -
XYZ 10.64 10.12 31.53 -
YUV 84.64 166.58 103.3 -
System Red Green Blue C M Y K H S L
Decimal 50 89 153 0.67 0.42 0 0.4 217.28 0.51 0.4
Hex 32 59 99 43 2A 0 28 D9 33 28
Octal 62 131 231 103 52 0 50 331 63 50
Binary 110010 1011001 10011001 1000011 101010 0 101000 11011001 110011 101000

Color Harmonies of #325999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325999

Black with #325999

Text Example


Text Example

White with #325999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325999; }

 p { color: rgb(50,89,153); }

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

background-color css

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

 a { background-color: rgb(50,89,153); }

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

border-color css

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

 span { border-color: rgb(50,89,153); }

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