Html Css Color HEX #326491 Endeavour

📋 copy color: '#326491'

red 50 ◦ green 100 ◦ blue 145

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

Shades of Endeavour #326491

Tints of Endeavour #326491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.9%

 BLUE value IS 145 (57.03% from 255) = 49.15%

R = 16.95%
G = 33.9%
B = 49.15%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#326491 (or 0x326491) is known color: Endeavour. HEX triplet: 32, 64 and 91. RGB value is (50,100,145). Sum of RGB (Red+Green+Blue) = 50+100+145=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #326491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326491 is #CD9B6E. Grayscale: #595959. Windows color (decimal): -13474671 or 9528370. OLE color: 9528370.

HSL color Cylindrical-coordinate representation of color #326491: hue angle of 208.42º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #326491 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 100 145 -
CMYK 0.66 0.31 0 0.43
HSL 208.42º 0.49% 0.38% -
HSV(B) 208.42º 0.66% 0.57% -
XYZ 10.98 11.84 28.49 -
YUV 90.18 158.94 99.34 -
System Red Green Blue C M Y K H S L
Decimal 50 100 145 0.66 0.31 0 0.43 208.42 0.49 0.38
Hex 32 64 91 42 1F 0 2B D0 31 26
Octal 62 144 221 102 37 0 53 320 61 46
Binary 110010 1100100 10010001 1000010 11111 0 101011 11010000 110001 100110

Color Harmonies of #326491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326491

Black with #326491

Text Example


Text Example

White with #326491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326491; }

 p { color: rgb(50,100,145); }

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

background-color css

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

 a { background-color: rgb(50,100,145); }

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

border-color css

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

 span { border-color: rgb(50,100,145); }

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