Html Css Color HEX #325D95 Endeavour

📋 copy color: '#325D95'

red 50 ◦ green 93 ◦ blue 149

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

Shades of Endeavour #325D95

Tints of Endeavour #325D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.03%

R = 17.12%
G = 31.85%
B = 51.03%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#325D95 (or 0x325D95) is known color: Endeavour. HEX triplet: 32, 5D and 95. RGB value is (50,93,149). Sum of RGB (Red+Green+Blue) = 50+93+149=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #325D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325D95 is #CDA26A. Grayscale: #565656. Windows color (decimal): -13476459 or 9788722. OLE color: 9788722.

HSL color Cylindrical-coordinate representation of color #325D95: hue angle of 213.94º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325D95 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 93 149 -
CMYK 0.66 0.38 0 0.42
HSL 213.94º 0.5% 0.39% -
HSV(B) 213.94º 0.66% 0.58% -
XYZ 10.65 10.68 29.93 -
YUV 86.53 163.25 101.95 -
System Red Green Blue C M Y K H S L
Decimal 50 93 149 0.66 0.38 0 0.42 213.94 0.5 0.39
Hex 32 5D 95 42 26 0 2A D6 32 27
Octal 62 135 225 102 46 0 52 326 62 47
Binary 110010 1011101 10010101 1000010 100110 0 101010 11010110 110010 100111

Color Harmonies of #325D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D95

Black with #325D95

Text Example


Text Example

White with #325D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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