Html Css Color HEX #325799 Endeavour

📋 copy color: '#325799'

red 50 ◦ green 87 ◦ blue 153

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

Shades of Endeavour #325799

Tints of Endeavour #325799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30%

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

R = 17.24%
G = 30%
B = 52.76%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#325799 (or 0x325799) is known color: Endeavour. HEX triplet: 32, 57 and 99. RGB value is (50,87,153). Sum of RGB (Red+Green+Blue) = 50+87+153=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #325799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325799 is #CDA866. Grayscale: #535353. Windows color (decimal): -13477991 or 10049330. OLE color: 10049330.

HSL color Cylindrical-coordinate representation of color #325799: hue angle of 218.45º 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 #325799 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 87 153 -
CMYK 0.67 0.43 0 0.4
HSL 218.45º 0.51% 0.4% -
HSV(B) 218.45º 0.67% 0.6% -
XYZ 10.47 9.79 31.48 -
YUV 83.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 50 87 153 0.67 0.43 0 0.4 218.45 0.51 0.4
Hex 32 57 99 43 2B 0 28 DA 33 28
Octal 62 127 231 103 53 0 50 332 63 50
Binary 110010 1010111 10011001 1000011 101011 0 101000 11011010 110011 101000

Color Harmonies of #325799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325799

Black with #325799

Text Example


Text Example

White with #325799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325799; }

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

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

background-color css

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

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

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

border-color css

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

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

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