Html Css Color HEX #325A89 Endeavour

📋 copy color: '#325A89'

red 50 ◦ green 90 ◦ blue 137

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

Shades of Endeavour #325A89

Tints of Endeavour #325A89

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.49%

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

R = 18.05%
G = 32.49%
B = 49.46%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#325A89 (or 0x325A89) is known color: Endeavour. HEX triplet: 32, 5A and 89. RGB value is (50,90,137). Sum of RGB (Red+Green+Blue) = 50+90+137=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #325A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325A89 is #CDA576. Grayscale: #535353. Windows color (decimal): -13477239 or 9001522. OLE color: 9001522.

HSL color Cylindrical-coordinate representation of color #325A89: hue angle of 212.41º 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 #325A89 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 90 137 -
CMYK 0.64 0.34 0 0.46
HSL 212.41º 0.47% 0.37% -
HSV(B) 212.41º 0.64% 0.54% -
XYZ 9.49 9.8 25.06 -
YUV 83.4 158.25 104.18 -
System Red Green Blue C M Y K H S L
Decimal 50 90 137 0.64 0.34 0 0.46 212.41 0.47 0.37
Hex 32 5A 89 40 22 0 2E D4 2F 25
Octal 62 132 211 100 42 0 56 324 57 45
Binary 110010 1011010 10001001 1000000 100010 0 101110 11010100 101111 100101

Color Harmonies of #325A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A89

Black with #325A89

Text Example


Text Example

White with #325A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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