Html Css Color HEX #325797 Endeavour

📋 copy color: '#325797'

red 50 ◦ green 87 ◦ blue 151

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

Shades of Endeavour #325797

Tints of Endeavour #325797

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.21%

 BLUE value IS 151 (59.38% from 255) = 52.43%

R = 17.36%
G = 30.21%
B = 52.43%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#325797 (or 0x325797) is known color: Endeavour. HEX triplet: 32, 57 and 97. RGB value is (50,87,151). Sum of RGB (Red+Green+Blue) = 50+87+151=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #325797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325797 is #CDA868. Grayscale: #525252. Windows color (decimal): -13477993 or 9918258. OLE color: 9918258.

HSL color Cylindrical-coordinate representation of color #325797: hue angle of 218.02º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325797 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 87 151 -
CMYK 0.67 0.42 0 0.41
HSL 218.02º 0.5% 0.39% -
HSV(B) 218.02º 0.67% 0.59% -
XYZ 10.31 9.73 30.61 -
YUV 83.23 166.24 104.3 -
System Red Green Blue C M Y K H S L
Decimal 50 87 151 0.67 0.42 0 0.41 218.02 0.5 0.39
Hex 32 57 97 43 2A 0 29 DA 32 27
Octal 62 127 227 103 52 0 51 332 62 47
Binary 110010 1010111 10010111 1000011 101010 0 101001 11011010 110010 100111

Color Harmonies of #325797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325797

Black with #325797

Text Example


Text Example

White with #325797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325797; }

 p { color: rgb(50,87,151); }

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

background-color css

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

 a { background-color: rgb(50,87,151); }

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

border-color css

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

 span { border-color: rgb(50,87,151); }

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