Html Css Color HEX #336492 Endeavour

📋 copy color: '#336492'

red 51 ◦ green 100 ◦ blue 146

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

Shades of Endeavour #336492

Tints of Endeavour #336492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.67%

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

R = 17.17%
G = 33.67%
B = 49.16%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#336492 (or 0x336492) is known color: Endeavour. HEX triplet: 33, 64 and 92. RGB value is (51,100,146). Sum of RGB (Red+Green+Blue) = 51+100+146=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #336492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336492 is #CC9B6D. Grayscale: #5A5A5A. Windows color (decimal): -13409134 or 9593907. OLE color: 9593907.

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

Color convert

RGB 51 100 146 -
CMYK 0.65 0.32 0 0.43
HSL 209.05º 0.48% 0.39% -
HSV(B) 209.05º 0.65% 0.57% -
XYZ 11.11 11.89 28.9 -
YUV 90.59 159.27 99.76 -
System Red Green Blue C M Y K H S L
Decimal 51 100 146 0.65 0.32 0 0.43 209.05 0.48 0.39
Hex 33 64 92 41 20 0 2B D1 30 27
Octal 63 144 222 101 40 0 53 321 60 47
Binary 110011 1100100 10010010 1000001 100000 0 101011 11010001 110000 100111

Color Harmonies of #336492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336492

Black with #336492

Text Example


Text Example

White with #336492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336492; }

 p { color: rgb(51,100,146); }

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

background-color css

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

 a { background-color: rgb(51,100,146); }

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

border-color css

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

 span { border-color: rgb(51,100,146); }

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