Html Css Color HEX #325D89 Endeavour

📋 copy color: '#325D89'

red 50 ◦ green 93 ◦ blue 137

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

Shades of Endeavour #325D89

Tints of Endeavour #325D89

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.21%

 BLUE value IS 137 (53.91% from 255) = 48.93%

R = 17.86%
G = 33.21%
B = 48.93%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#325D89 (or 0x325D89) is known color: Endeavour. HEX triplet: 32, 5D and 89. RGB value is (50,93,137). Sum of RGB (Red+Green+Blue) = 50+93+137=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #325D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325D89 is #CDA276. Grayscale: #545454. Windows color (decimal): -13476471 or 9002290. OLE color: 9002290.

HSL color Cylindrical-coordinate representation of color #325D89: hue angle of 210.34º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #325D89 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 93 137 -
CMYK 0.64 0.32 0 0.46
HSL 210.34º 0.47% 0.37% -
HSV(B) 210.34º 0.64% 0.54% -
XYZ 9.75 10.31 25.14 -
YUV 85.16 157.25 102.92 -
System Red Green Blue C M Y K H S L
Decimal 50 93 137 0.64 0.32 0 0.46 210.34 0.47 0.37
Hex 32 5D 89 40 20 0 2E D2 2F 25
Octal 62 135 211 100 40 0 56 322 57 45
Binary 110010 1011101 10001001 1000000 100000 0 101110 11010010 101111 100101

Color Harmonies of #325D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D89

Black with #325D89

Text Example


Text Example

White with #325D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,93,137); }

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

background-color css

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

 a { background-color: rgb(50,93,137); }

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

border-color css

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

 span { border-color: rgb(50,93,137); }

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