Html Css Color HEX #336195 Endeavour

📋 copy color: '#336195'

red 51 ◦ green 97 ◦ blue 149

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

Shades of Endeavour #336195

Tints of Endeavour #336195

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

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

R = 17.17%
G = 32.66%
B = 50.17%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#336195 (or 0x336195) is known color: Endeavour. HEX triplet: 33, 61 and 95. RGB value is (51,97,149). Sum of RGB (Red+Green+Blue) = 51+97+149=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #336195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336195 is #CC9E6A. Grayscale: #585858. Windows color (decimal): -13409899 or 9789747. OLE color: 9789747.

HSL color Cylindrical-coordinate representation of color #336195: hue angle of 211.84º 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 #336195 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 97 149 -
CMYK 0.66 0.35 0 0.42
HSL 211.84º 0.49% 0.39% -
HSV(B) 211.84º 0.66% 0.58% -
XYZ 11.06 11.42 30.06 -
YUV 89.17 161.76 100.77 -
System Red Green Blue C M Y K H S L
Decimal 51 97 149 0.66 0.35 0 0.42 211.84 0.49 0.39
Hex 33 61 95 42 23 0 2A D4 31 27
Octal 63 141 225 102 43 0 52 324 61 47
Binary 110011 1100001 10010101 1000010 100011 0 101010 11010100 110001 100111

Color Harmonies of #336195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336195

Black with #336195

Text Example


Text Example

White with #336195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336195; }

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

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

background-color css

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

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

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

border-color css

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

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

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