Html Css Color HEX #336095 Endeavour

📋 copy color: '#336095'

red 51 ◦ green 96 ◦ blue 149

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

Shades of Endeavour #336095

Tints of Endeavour #336095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.34%

R = 17.23%
G = 32.43%
B = 50.34%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#336095 (or 0x336095) is known color: Endeavour. HEX triplet: 33, 60 and 95. RGB value is (51,96,149). Sum of RGB (Red+Green+Blue) = 51+96+149=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #336095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336095 is #CC9F6A. Grayscale: #585858. Windows color (decimal): -13410155 or 9789491. OLE color: 9789491.

HSL color Cylindrical-coordinate representation of color #336095: hue angle of 212.45º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #336095 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 96 149 -
CMYK 0.66 0.36 0 0.42
HSL 212.45º 0.49% 0.39% -
HSV(B) 212.45º 0.66% 0.58% -
XYZ 10.97 11.24 30.02 -
YUV 88.59 162.09 101.19 -
System Red Green Blue C M Y K H S L
Decimal 51 96 149 0.66 0.36 0 0.42 212.45 0.49 0.39
Hex 33 60 95 42 24 0 2A D4 31 27
Octal 63 140 225 102 44 0 52 324 61 47
Binary 110011 1100000 10010101 1000010 100100 0 101010 11010100 110001 100111

Color Harmonies of #336095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336095

Black with #336095

Text Example


Text Example

White with #336095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336095; }

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

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

background-color css

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

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

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

border-color css

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

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

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