Html Css Color HEX #325898 Endeavour

📋 copy color: '#325898'

red 50 ◦ green 88 ◦ blue 152

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

Shades of Endeavour #325898

Tints of Endeavour #325898

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.34%

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

R = 17.24%
G = 30.34%
B = 52.41%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#325898 (or 0x325898) is known color: Endeavour. HEX triplet: 32, 58 and 98. RGB value is (50,88,152). Sum of RGB (Red+Green+Blue) = 50+88+152=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #325898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325898 is #CDA767. Grayscale: #535353. Windows color (decimal): -13477736 or 9984050. OLE color: 9984050.

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

Color convert

RGB 50 88 152 -
CMYK 0.67 0.42 0 0.40
HSL 217.65º 0.5% 0.4% -
HSV(B) 217.65º 0.67% 0.6% -
XYZ 10.47 9.92 31.07 -
YUV 83.93 166.41 103.8 -
System Red Green Blue C M Y K H S L
Decimal 50 88 152 0.67 0.42 0 0.40 217.65 0.5 0.4
Hex 32 58 98 43 2A 0 28 DA 32 28
Octal 62 130 230 103 52 0 50 332 62 50
Binary 110010 1011000 10011000 1000011 101010 0 101000 11011010 110010 101000

Color Harmonies of #325898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325898

Black with #325898

Text Example


Text Example

White with #325898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325898; }

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

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

background-color css

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

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

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

border-color css

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

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

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