Html Css Color HEX #325F91 Endeavour

📋 copy color: '#325F91'

red 50 ◦ green 95 ◦ blue 145

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

Shades of Endeavour #325F91

Tints of Endeavour #325F91

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.76%

 BLUE value IS 145 (57.03% from 255) = 50%

R = 17.24%
G = 32.76%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#325F91 (or 0x325F91) is known color: Endeavour. HEX triplet: 32, 5F and 91. RGB value is (50,95,145). Sum of RGB (Red+Green+Blue) = 50+95+145=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #325F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325F91 is #CDA06E. Grayscale: #575757. Windows color (decimal): -13475951 or 9527090. OLE color: 9527090.

HSL color Cylindrical-coordinate representation of color #325F91: hue angle of 211.58º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325F91 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 95 145 -
CMYK 0.66 0.34 0 0.43
HSL 211.58º 0.49% 0.38% -
HSV(B) 211.58º 0.66% 0.57% -
XYZ 10.52 10.91 28.34 -
YUV 87.25 160.59 101.43 -
System Red Green Blue C M Y K H S L
Decimal 50 95 145 0.66 0.34 0 0.43 211.58 0.49 0.38
Hex 32 5F 91 42 22 0 2B D4 31 26
Octal 62 137 221 102 42 0 53 324 61 46
Binary 110010 1011111 10010001 1000010 100010 0 101011 11010100 110001 100110

Color Harmonies of #325F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325F91

Black with #325F91

Text Example


Text Example

White with #325F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,95,145); }

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

background-color css

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

 a { background-color: rgb(50,95,145); }

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

border-color css

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

 span { border-color: rgb(50,95,145); }

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