Html Css Color HEX #326393 Endeavour

📋 copy color: '#326393'

red 50 ◦ green 99 ◦ blue 147

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

Shades of Endeavour #326393

Tints of Endeavour #326393

RGB

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

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

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

R = 16.89%
G = 33.45%
B = 49.66%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#326393 (or 0x326393) is known color: Endeavour. HEX triplet: 32, 63 and 93. RGB value is (50,99,147). Sum of RGB (Red+Green+Blue) = 50+99+147=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #326393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326393 is #CD9C6C. Grayscale: #595959. Windows color (decimal): -13474925 or 9659186. OLE color: 9659186.

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

Color convert

RGB 50 99 147 -
CMYK 0.66 0.33 0 0.42
HSL 209.69º 0.49% 0.39% -
HSV(B) 209.69º 0.66% 0.58% -
XYZ 11.04 11.71 29.28 -
YUV 89.82 160.27 99.6 -
System Red Green Blue C M Y K H S L
Decimal 50 99 147 0.66 0.33 0 0.42 209.69 0.49 0.39
Hex 32 63 93 42 21 0 2A D2 31 27
Octal 62 143 223 102 41 0 52 322 61 47
Binary 110010 1100011 10010011 1000010 100001 0 101010 11010010 110001 100111

Color Harmonies of #326393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326393

Black with #326393

Text Example


Text Example

White with #326393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326393; }

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

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

background-color css

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

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

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

border-color css

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

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

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