Html Css Color HEX #336392 Endeavour

📋 copy color: '#336392'

red 51 ◦ green 99 ◦ blue 146

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

Shades of Endeavour #336392

Tints of Endeavour #336392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.45%

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

R = 17.23%
G = 33.45%
B = 49.32%

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

#336392 (or 0x336392) is known color: Endeavour. HEX triplet: 33, 63 and 92. RGB value is (51,99,146). Sum of RGB (Red+Green+Blue) = 51+99+146=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #336392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336392 is #CC9C6D. Grayscale: #595959. Windows color (decimal): -13409390 or 9593651. OLE color: 9593651.

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

Color convert

RGB 51 99 146 -
CMYK 0.65 0.32 0 0.43
HSL 209.68º 0.48% 0.39% -
HSV(B) 209.68º 0.65% 0.57% -
XYZ 11.02 11.7 28.87 -
YUV 90.01 159.6 100.18 -
System Red Green Blue C M Y K H S L
Decimal 51 99 146 0.65 0.32 0 0.43 209.68 0.48 0.39
Hex 33 63 92 41 20 0 2B D2 30 27
Octal 63 143 222 101 40 0 53 322 60 47
Binary 110011 1100011 10010010 1000001 100000 0 101011 11010010 110000 100111

Color Harmonies of #336392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336392

Black with #336392

Text Example


Text Example

White with #336392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336392; }

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

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

background-color css

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

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

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

border-color css

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

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

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