Html Css Color HEX #336091 Endeavour

📋 copy color: '#336091'

red 51 ◦ green 96 ◦ blue 145

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

Shades of Endeavour #336091

Tints of Endeavour #336091

RGB

 RED value IS 51 (20.31% from 255) = 17.47%

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

 BLUE value IS 145 (57.03% from 255) = 49.66%

R = 17.47%
G = 32.88%
B = 49.66%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#336091 (or 0x336091) is known color: Endeavour. HEX triplet: 33, 60 and 91. RGB value is (51,96,145). Sum of RGB (Red+Green+Blue) = 51+96+145=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #336091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336091 is #CC9F6E. Grayscale: #575757. Windows color (decimal): -13410159 or 9527347. OLE color: 9527347.

HSL color Cylindrical-coordinate representation of color #336091: hue angle of 211.28º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #336091 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 96 145 -
CMYK 0.65 0.34 0 0.43
HSL 211.28º 0.48% 0.38% -
HSV(B) 211.28º 0.65% 0.57% -
XYZ 10.66 11.11 28.37 -
YUV 88.13 160.09 101.52 -
System Red Green Blue C M Y K H S L
Decimal 51 96 145 0.65 0.34 0 0.43 211.28 0.48 0.38
Hex 33 60 91 41 22 0 2B D3 30 26
Octal 63 140 221 101 42 0 53 323 60 46
Binary 110011 1100000 10010001 1000001 100010 0 101011 11010011 110000 100110

Color Harmonies of #336091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336091

Black with #336091

Text Example


Text Example

White with #336091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336091; }

 p { color: rgb(51,96,145); }

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

background-color css

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

 a { background-color: rgb(51,96,145); }

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

border-color css

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

 span { border-color: rgb(51,96,145); }

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