Html Css Color HEX #326392 Endeavour

📋 copy color: '#326392'

red 50 ◦ green 99 ◦ blue 146

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

Shades of Endeavour #326392

Tints of Endeavour #326392

RGB

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

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

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

R = 16.95%
G = 33.56%
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

#326392 (or 0x326392) is known color: Endeavour. HEX triplet: 32, 63 and 92. RGB value is (50,99,146). Sum of RGB (Red+Green+Blue) = 50+99+146=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #326392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326392 is #CD9C6D. Grayscale: #595959. Windows color (decimal): -13474926 or 9593650. OLE color: 9593650.

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

Color convert

RGB 50 99 146 -
CMYK 0.66 0.32 0 0.43
HSL 209.38º 0.49% 0.38% -
HSV(B) 209.38º 0.66% 0.57% -
XYZ 10.97 11.68 28.87 -
YUV 89.71 159.77 99.68 -
System Red Green Blue C M Y K H S L
Decimal 50 99 146 0.66 0.32 0 0.43 209.38 0.49 0.38
Hex 32 63 92 42 20 0 2B D1 31 26
Octal 62 143 222 102 40 0 53 321 61 46
Binary 110010 1100011 10010010 1000010 100000 0 101011 11010001 110001 100110

Color Harmonies of #326392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326392

Black with #326392

Text Example


Text Example

White with #326392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326392; }

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

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

background-color css

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

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

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

border-color css

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

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

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