Html Css Color HEX #326089 Endeavour

📋 copy color: '#326089'

red 50 ◦ green 96 ◦ blue 137

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

Shades of Endeavour #326089

Tints of Endeavour #326089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.41%

R = 17.67%
G = 33.92%
B = 48.41%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#326089 (or 0x326089) is known color: Endeavour. HEX triplet: 32, 60 and 89. RGB value is (50,96,137). Sum of RGB (Red+Green+Blue) = 50+96+137=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #326089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326089 is #CD9F76. Grayscale: #565656. Windows color (decimal): -13475703 or 9003058. OLE color: 9003058.

HSL color Cylindrical-coordinate representation of color #326089: hue angle of 208.28º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #326089 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 96 137 -
CMYK 0.64 0.30 0 0.46
HSL 208.28º 0.47% 0.37% -
HSV(B) 208.28º 0.64% 0.54% -
XYZ 10.01 10.85 25.23 -
YUV 86.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 50 96 137 0.64 0.30 0 0.46 208.28 0.47 0.37
Hex 32 60 89 40 1E 0 2E D0 2F 25
Octal 62 140 211 100 36 0 56 320 57 45
Binary 110010 1100000 10001001 1000000 11110 0 101110 11010000 101111 100101

Color Harmonies of #326089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326089

Black with #326089

Text Example


Text Example

White with #326089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326089; }

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

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

background-color css

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

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

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

border-color css

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

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

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