Html Css Color HEX #325D97 Endeavour

📋 copy color: '#325D97'

red 50 ◦ green 93 ◦ blue 151

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

Shades of Endeavour #325D97

Tints of Endeavour #325D97

RGB

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

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

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

R = 17.01%
G = 31.63%
B = 51.36%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#325D97 (or 0x325D97) is known color: Endeavour. HEX triplet: 32, 5D and 97. RGB value is (50,93,151). Sum of RGB (Red+Green+Blue) = 50+93+151=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 151 (59.38% from 255 or 51.36% from 294); Max value from RGB is 151 - color contains mainly: blue. Hex color #325D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325D97 is #CDA268. Grayscale: #565656. Windows color (decimal): -13476457 or 9919794. OLE color: 9919794.

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

Color convert

RGB 50 93 151 -
CMYK 0.67 0.38 0 0.41
HSL 214.46º 0.5% 0.39% -
HSV(B) 214.46º 0.67% 0.59% -
XYZ 10.82 10.74 30.78 -
YUV 86.76 164.25 101.78 -
System Red Green Blue C M Y K H S L
Decimal 50 93 151 0.67 0.38 0 0.41 214.46 0.5 0.39
Hex 32 5D 97 43 26 0 29 D6 32 27
Octal 62 135 227 103 46 0 51 326 62 47
Binary 110010 1011101 10010111 1000011 100110 0 101001 11010110 110010 100111

Color Harmonies of #325D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D97

Black with #325D97

Text Example


Text Example

White with #325D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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