Html Css Color HEX #326292 Endeavour

📋 copy color: '#326292'

red 50 ◦ green 98 ◦ blue 146

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

Shades of Endeavour #326292

Tints of Endeavour #326292

RGB

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

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

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

R = 17.01%
G = 33.33%
B = 49.66%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#326292 (or 0x326292) is known color: Endeavour. HEX triplet: 32, 62 and 92. RGB value is (50,98,146). Sum of RGB (Red+Green+Blue) = 50+98+146=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #326292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326292 is #CD9D6D. Grayscale: #585858. Windows color (decimal): -13475182 or 9593394. OLE color: 9593394.

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

Color convert

RGB 50 98 146 -
CMYK 0.66 0.33 0 0.43
HSL 210º 0.49% 0.38% -
HSV(B) 210º 0.66% 0.57% -
XYZ 10.87 11.49 28.84 -
YUV 89.12 160.1 100.1 -
System Red Green Blue C M Y K H S L
Decimal 50 98 146 0.66 0.33 0 0.43 210 0.49 0.38
Hex 32 62 92 42 21 0 2B D2 31 26
Octal 62 142 222 102 41 0 53 322 61 46
Binary 110010 1100010 10010010 1000010 100001 0 101011 11010010 110001 100110

Color Harmonies of #326292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326292

Black with #326292

Text Example


Text Example

White with #326292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326292; }

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

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

background-color css

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

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

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

border-color css

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

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

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