Html Css Color HEX #325694 Endeavour

📋 copy color: '#325694'

red 50 ◦ green 86 ◦ blue 148

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

Shades of Endeavour #325694

Tints of Endeavour #325694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.28%

 BLUE value IS 148 (58.2% from 255) = 52.11%

R = 17.61%
G = 30.28%
B = 52.11%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#325694 (or 0x325694) is known color: Endeavour. HEX triplet: 32, 56 and 94. RGB value is (50,86,148). Sum of RGB (Red+Green+Blue) = 50+86+148=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #325694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325694 is #CDA96B. Grayscale: #525252. Windows color (decimal): -13478252 or 9721394. OLE color: 9721394.

HSL color Cylindrical-coordinate representation of color #325694: hue angle of 217.96º degrees, saturation: 0.49, 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 #325694 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 86 148 -
CMYK 0.66 0.42 0 0.42
HSL 217.96º 0.49% 0.39% -
HSV(B) 217.96º 0.66% 0.58% -
XYZ 9.99 9.47 29.32 -
YUV 82.3 165.07 104.96 -
System Red Green Blue C M Y K H S L
Decimal 50 86 148 0.66 0.42 0 0.42 217.96 0.49 0.39
Hex 32 56 94 42 2A 0 2A DA 31 27
Octal 62 126 224 102 52 0 52 332 61 47
Binary 110010 1010110 10010100 1000010 101010 0 101010 11011010 110001 100111

Color Harmonies of #325694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325694

Black with #325694

Text Example


Text Example

White with #325694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325694; }

 p { color: rgb(50,86,148); }

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

background-color css

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

 a { background-color: rgb(50,86,148); }

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

border-color css

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

 span { border-color: rgb(50,86,148); }

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