Html Css Color HEX #326493 Endeavour

📋 copy color: '#326493'

red 50 ◦ green 100 ◦ blue 147

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

Shades of Endeavour #326493

Tints of Endeavour #326493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.49%

R = 16.84%
G = 33.67%
B = 49.49%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#326493 (or 0x326493) is known color: Endeavour. HEX triplet: 32, 64 and 93. RGB value is (50,100,147). Sum of RGB (Red+Green+Blue) = 50+100+147=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #326493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326493 is #CD9B6C. Grayscale: #5A5A5A. Windows color (decimal): -13474669 or 9659442. OLE color: 9659442.

HSL color Cylindrical-coordinate representation of color #326493: hue angle of 209.07º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #326493 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 100 147 -
CMYK 0.66 0.32 0 0.42
HSL 209.07º 0.49% 0.39% -
HSV(B) 209.07º 0.66% 0.58% -
XYZ 11.14 11.9 29.31 -
YUV 90.41 159.94 99.18 -
System Red Green Blue C M Y K H S L
Decimal 50 100 147 0.66 0.32 0 0.42 209.07 0.49 0.39
Hex 32 64 93 42 20 0 2A D1 31 27
Octal 62 144 223 102 40 0 52 321 61 47
Binary 110010 1100100 10010011 1000010 100000 0 101010 11010001 110001 100111

Color Harmonies of #326493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326493

Black with #326493

Text Example


Text Example

White with #326493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326493; }

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

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

background-color css

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

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

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

border-color css

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

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

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