Html Css Color HEX #325E95 Endeavour

📋 copy color: '#325E95'

red 50 ◦ green 94 ◦ blue 149

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

Shades of Endeavour #325E95

Tints of Endeavour #325E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.85%

R = 17.06%
G = 32.08%
B = 50.85%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#325E95 (or 0x325E95) is known color: Endeavour. HEX triplet: 32, 5E and 95. RGB value is (50,94,149). Sum of RGB (Red+Green+Blue) = 50+94+149=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #325E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325E95 is #CDA16A. Grayscale: #565656. Windows color (decimal): -13476203 or 9788978. OLE color: 9788978.

HSL color Cylindrical-coordinate representation of color #325E95: hue angle of 213.33º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325E95 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 94 149 -
CMYK 0.66 0.37 0 0.42
HSL 213.33º 0.5% 0.39% -
HSV(B) 213.33º 0.66% 0.58% -
XYZ 10.74 10.85 29.96 -
YUV 87.11 162.92 101.53 -
System Red Green Blue C M Y K H S L
Decimal 50 94 149 0.66 0.37 0 0.42 213.33 0.5 0.39
Hex 32 5E 95 42 25 0 2A D5 32 27
Octal 62 136 225 102 45 0 52 325 62 47
Binary 110010 1011110 10010101 1000010 100101 0 101010 11010101 110010 100111

Color Harmonies of #325E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325E95

Black with #325E95

Text Example


Text Example

White with #325E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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