Html Css Color HEX #326196 Endeavour

📋 copy color: '#326196'

red 50 ◦ green 97 ◦ blue 150

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

Shades of Endeavour #326196

Tints of Endeavour #326196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50.51%

R = 16.84%
G = 32.66%
B = 50.51%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#326196 (or 0x326196) is known color: Endeavour. HEX triplet: 32, 61 and 96. RGB value is (50,97,150). Sum of RGB (Red+Green+Blue) = 50+97+150=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #326196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326196 is #CD9E69. Grayscale: #585858. Windows color (decimal): -13475434 or 9855282. OLE color: 9855282.

HSL color Cylindrical-coordinate representation of color #326196: hue angle of 211.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #326196 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 97 150 -
CMYK 0.67 0.35 0 0.41
HSL 211.8º 0.5% 0.39% -
HSV(B) 211.8º 0.67% 0.59% -
XYZ 11.1 11.43 30.48 -
YUV 88.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 50 97 150 0.67 0.35 0 0.41 211.8 0.5 0.39
Hex 32 61 96 43 23 0 29 D4 32 27
Octal 62 141 226 103 43 0 51 324 62 47
Binary 110010 1100001 10010110 1000011 100011 0 101001 11010100 110010 100111

Color Harmonies of #326196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326196

Black with #326196

Text Example


Text Example

White with #326196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326196; }

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

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

background-color css

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

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

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

border-color css

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

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

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