Html Css Color HEX #326291 Endeavour

📋 copy color: '#326291'

red 50 ◦ green 98 ◦ blue 145

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

Shades of Endeavour #326291

Tints of Endeavour #326291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.45%

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

R = 17.06%
G = 33.45%
B = 49.49%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#326291 (or 0x326291) is known color: Endeavour. HEX triplet: 32, 62 and 91. RGB value is (50,98,145). Sum of RGB (Red+Green+Blue) = 50+98+145=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #326291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326291 is #CD9D6E. Grayscale: #585858. Windows color (decimal): -13475183 or 9527858. OLE color: 9527858.

HSL color Cylindrical-coordinate representation of color #326291: hue angle of 209.68º 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 #326291 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 98 145 -
CMYK 0.66 0.32 0 0.43
HSL 209.68º 0.49% 0.38% -
HSV(B) 209.68º 0.66% 0.57% -
XYZ 10.79 11.46 28.43 -
YUV 89.01 159.6 100.18 -
System Red Green Blue C M Y K H S L
Decimal 50 98 145 0.66 0.32 0 0.43 209.68 0.49 0.38
Hex 32 62 91 42 20 0 2B D2 31 26
Octal 62 142 221 102 40 0 53 322 61 46
Binary 110010 1100010 10010001 1000010 100000 0 101011 11010010 110001 100110

Color Harmonies of #326291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326291

Black with #326291

Text Example


Text Example

White with #326291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326291; }

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

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

background-color css

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

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

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

border-color css

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

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

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