Html Css Color HEX #326295 Endeavour

📋 copy color: '#326295'

red 50 ◦ green 98 ◦ blue 149

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

Shades of Endeavour #326295

Tints of Endeavour #326295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33%

 BLUE value IS 149 (58.59% from 255) = 50.17%

R = 16.84%
G = 33%
B = 50.17%

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

#326295 (or 0x326295) is known color: Endeavour. HEX triplet: 32, 62 and 95. RGB value is (50,98,149). Sum of RGB (Red+Green+Blue) = 50+98+149=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #326295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326295 is #CD9D6A. Grayscale: #595959. Windows color (decimal): -13475179 or 9790002. OLE color: 9790002.

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

Color convert

RGB 50 98 149 -
CMYK 0.66 0.34 0 0.42
HSL 210.91º 0.5% 0.39% -
HSV(B) 210.91º 0.66% 0.58% -
XYZ 11.11 11.58 30.08 -
YUV 89.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 50 98 149 0.66 0.34 0 0.42 210.91 0.5 0.39
Hex 32 62 95 42 22 0 2A D3 32 27
Octal 62 142 225 102 42 0 52 323 62 47
Binary 110010 1100010 10010101 1000010 100010 0 101010 11010011 110010 100111

Color Harmonies of #326295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326295

Black with #326295

Text Example


Text Example

White with #326295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326295; }

 p { color: rgb(50,98,149); }

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

background-color css

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

 a { background-color: rgb(50,98,149); }

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

border-color css

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

 span { border-color: rgb(50,98,149); }

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