Html Css Color HEX #326391 Endeavour

📋 copy color: '#326391'

red 50 ◦ green 99 ◦ blue 145

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

Shades of Endeavour #326391

Tints of Endeavour #326391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.67%

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

R = 17.01%
G = 33.67%
B = 49.32%

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

#326391 (or 0x326391) is known color: Endeavour. HEX triplet: 32, 63 and 91. RGB value is (50,99,145). Sum of RGB (Red+Green+Blue) = 50+99+145=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #326391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326391 is #CD9C6E. Grayscale: #595959. Windows color (decimal): -13474927 or 9528114. OLE color: 9528114.

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

Color convert

RGB 50 99 145 -
CMYK 0.66 0.32 0 0.43
HSL 209.05º 0.49% 0.38% -
HSV(B) 209.05º 0.66% 0.57% -
XYZ 10.89 11.65 28.46 -
YUV 89.59 159.27 99.76 -
System Red Green Blue C M Y K H S L
Decimal 50 99 145 0.66 0.32 0 0.43 209.05 0.49 0.38
Hex 32 63 91 42 20 0 2B D1 31 26
Octal 62 143 221 102 40 0 53 321 61 46
Binary 110010 1100011 10010001 1000010 100000 0 101011 11010001 110001 100110

Color Harmonies of #326391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326391

Black with #326391

Text Example


Text Example

White with #326391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326391; }

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

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

background-color css

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

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

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

border-color css

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

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

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