Html Css Color HEX #326092 Endeavour

📋 copy color: '#326092'

red 50 ◦ green 96 ◦ blue 146

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

Shades of Endeavour #326092

Tints of Endeavour #326092

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.88%

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

R = 17.12%
G = 32.88%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#326092 (or 0x326092) is known color: Endeavour. HEX triplet: 32, 60 and 92. RGB value is (50,96,146). Sum of RGB (Red+Green+Blue) = 50+96+146=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #326092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326092 is #CD9F6D. Grayscale: #575757. Windows color (decimal): -13475694 or 9592882. OLE color: 9592882.

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

Color convert

RGB 50 96 146 -
CMYK 0.66 0.34 0 0.43
HSL 211.25º 0.49% 0.38% -
HSV(B) 211.25º 0.66% 0.57% -
XYZ 10.69 11.12 28.78 -
YUV 87.95 160.76 100.93 -
System Red Green Blue C M Y K H S L
Decimal 50 96 146 0.66 0.34 0 0.43 211.25 0.49 0.38
Hex 32 60 92 42 22 0 2B D3 31 26
Octal 62 140 222 102 42 0 53 323 61 46
Binary 110010 1100000 10010010 1000010 100010 0 101011 11010011 110001 100110

Color Harmonies of #326092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326092

Black with #326092

Text Example


Text Example

White with #326092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326092; }

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

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

background-color css

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

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

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

border-color css

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

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

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