Html Css Color HEX #336090 Endeavour

📋 copy color: '#336090'

red 51 ◦ green 96 ◦ blue 144

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

Shades of Endeavour #336090

Tints of Endeavour #336090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.48%

R = 17.53%
G = 32.99%
B = 49.48%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#336090 (or 0x336090) is known color: Endeavour. HEX triplet: 33, 60 and 90. RGB value is (51,96,144). Sum of RGB (Red+Green+Blue) = 51+96+144=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #336090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336090 is #CC9F6F. Grayscale: #575757. Windows color (decimal): -13410160 or 9461811. OLE color: 9461811.

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

Color convert

RGB 51 96 144 -
CMYK 0.65 0.33 0 0.44
HSL 210.97º 0.48% 0.38% -
HSV(B) 210.97º 0.65% 0.56% -
XYZ 10.58 11.08 27.97 -
YUV 88.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 51 96 144 0.65 0.33 0 0.44 210.97 0.48 0.38
Hex 33 60 90 41 21 0 2C D3 30 26
Octal 63 140 220 101 41 0 54 323 60 46
Binary 110011 1100000 10010000 1000001 100001 0 101100 11010011 110000 100110

Color Harmonies of #336090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336090

Black with #336090

Text Example


Text Example

White with #336090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336090; }

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

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

background-color css

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

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

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

border-color css

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

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

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