Html Css Color HEX #326490 Endeavour

📋 copy color: '#326490'

red 50 ◦ green 100 ◦ blue 144

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

Shades of Endeavour #326490

Tints of Endeavour #326490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.98%

R = 17.01%
G = 34.01%
B = 48.98%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#326490 (or 0x326490) is known color: Endeavour. HEX triplet: 32, 64 and 90. RGB value is (50,100,144). Sum of RGB (Red+Green+Blue) = 50+100+144=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #326490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326490 is #CD9B6F. Grayscale: #595959. Windows color (decimal): -13474672 or 9462834. OLE color: 9462834.

HSL color Cylindrical-coordinate representation of color #326490: hue angle of 208.09º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #326490 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 100 144 -
CMYK 0.65 0.31 0 0.44
HSL 208.09º 0.48% 0.38% -
HSV(B) 208.09º 0.65% 0.56% -
XYZ 10.91 11.81 28.09 -
YUV 90.07 158.44 99.42 -
System Red Green Blue C M Y K H S L
Decimal 50 100 144 0.65 0.31 0 0.44 208.09 0.48 0.38
Hex 32 64 90 41 1F 0 2C D0 30 26
Octal 62 144 220 101 37 0 54 320 60 46
Binary 110010 1100100 10010000 1000001 11111 0 101100 11010000 110000 100110

Color Harmonies of #326490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326490

Black with #326490

Text Example


Text Example

White with #326490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326490; }

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

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

background-color css

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

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

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

border-color css

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

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

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