Html Css Color HEX #325E99 Endeavour

📋 copy color: '#325E99'

red 50 ◦ green 94 ◦ blue 153

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

Shades of Endeavour #325E99

Tints of Endeavour #325E99

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.65%

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

R = 16.84%
G = 31.65%
B = 51.52%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#325E99 (or 0x325E99) is known color: Endeavour. HEX triplet: 32, 5E and 99. RGB value is (50,94,153). Sum of RGB (Red+Green+Blue) = 50+94+153=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #325E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325E99 is #CDA166. Grayscale: #575757. Windows color (decimal): -13476199 or 10051122. OLE color: 10051122.

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

Color convert

RGB 50 94 153 -
CMYK 0.67 0.39 0 0.4
HSL 214.37º 0.51% 0.4% -
HSV(B) 214.37º 0.67% 0.6% -
XYZ 11.07 10.98 31.67 -
YUV 87.57 164.92 101.2 -
System Red Green Blue C M Y K H S L
Decimal 50 94 153 0.67 0.39 0 0.4 214.37 0.51 0.4
Hex 32 5E 99 43 27 0 28 D6 33 28
Octal 62 136 231 103 47 0 50 326 63 50
Binary 110010 1011110 10011001 1000011 100111 0 101000 11010110 110011 101000

Color Harmonies of #325E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325E99

Black with #325E99

Text Example


Text Example

White with #325E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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