Html Css Color HEX #326492 Endeavour

📋 copy color: '#326492'

red 50 ◦ green 100 ◦ blue 146

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

Shades of Endeavour #326492

Tints of Endeavour #326492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.32%

R = 16.89%
G = 33.78%
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

#326492 (or 0x326492) is known color: Endeavour. HEX triplet: 32, 64 and 92. RGB value is (50,100,146). Sum of RGB (Red+Green+Blue) = 50+100+146=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #326492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326492 is #CD9B6D. Grayscale: #5A5A5A. Windows color (decimal): -13474670 or 9593906. OLE color: 9593906.

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

Color convert

RGB 50 100 146 -
CMYK 0.66 0.32 0 0.43
HSL 208.75º 0.49% 0.38% -
HSV(B) 208.75º 0.66% 0.57% -
XYZ 11.06 11.87 28.9 -
YUV 90.29 159.44 99.26 -
System Red Green Blue C M Y K H S L
Decimal 50 100 146 0.66 0.32 0 0.43 208.75 0.49 0.38
Hex 32 64 92 42 20 0 2B D1 31 26
Octal 62 144 222 102 40 0 53 321 61 46
Binary 110010 1100100 10010010 1000010 100000 0 101011 11010001 110001 100110

Color Harmonies of #326492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326492

Black with #326492

Text Example


Text Example

White with #326492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326492; }

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

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

background-color css

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

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

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

border-color css

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

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

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