Html Css Color HEX #325E98 Endeavour

📋 copy color: '#325E98'

red 50 ◦ green 94 ◦ blue 152

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

Shades of Endeavour #325E98

Tints of Endeavour #325E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 51.35%

R = 16.89%
G = 31.76%
B = 51.35%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#325E98 (or 0x325E98) is known color: Endeavour. HEX triplet: 32, 5E and 98. RGB value is (50,94,152). Sum of RGB (Red+Green+Blue) = 50+94+152=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #325E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325E98 is #CDA167. Grayscale: #575757. Windows color (decimal): -13476200 or 9985586. OLE color: 9985586.

HSL color Cylindrical-coordinate representation of color #325E98: hue angle of 214.12º degrees, saturation: 0.5, 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 #325E98 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 94 152 -
CMYK 0.67 0.38 0 0.40
HSL 214.12º 0.5% 0.4% -
HSV(B) 214.12º 0.67% 0.6% -
XYZ 10.99 10.95 31.24 -
YUV 87.46 164.42 101.28 -
System Red Green Blue C M Y K H S L
Decimal 50 94 152 0.67 0.38 0 0.40 214.12 0.5 0.4
Hex 32 5E 98 43 26 0 28 D6 32 28
Octal 62 136 230 103 46 0 50 326 62 50
Binary 110010 1011110 10011000 1000011 100110 0 101000 11010110 110010 101000

Color Harmonies of #325E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325E98

Black with #325E98

Text Example


Text Example

White with #325E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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