Html Css Color HEX #326193 Endeavour

📋 copy color: '#326193'

red 50 ◦ green 97 ◦ blue 147

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

Shades of Endeavour #326193

Tints of Endeavour #326193

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.99%

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

R = 17.01%
G = 32.99%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#326193 (or 0x326193) is known color: Endeavour. HEX triplet: 32, 61 and 93. RGB value is (50,97,147). Sum of RGB (Red+Green+Blue) = 50+97+147=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #326193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326193 is #CD9E6C. Grayscale: #585858. Windows color (decimal): -13475437 or 9658674. OLE color: 9658674.

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

Color convert

RGB 50 97 147 -
CMYK 0.66 0.34 0 0.42
HSL 210.93º 0.49% 0.39% -
HSV(B) 210.93º 0.66% 0.58% -
XYZ 10.86 11.33 29.22 -
YUV 88.65 160.93 100.43 -
System Red Green Blue C M Y K H S L
Decimal 50 97 147 0.66 0.34 0 0.42 210.93 0.49 0.39
Hex 32 61 93 42 22 0 2A D3 31 27
Octal 62 141 223 102 42 0 52 323 61 47
Binary 110010 1100001 10010011 1000010 100010 0 101010 11010011 110001 100111

Color Harmonies of #326193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326193

Black with #326193

Text Example


Text Example

White with #326193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326193; }

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

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

background-color css

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

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

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

border-color css

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

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

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