Html Css Color HEX #336193 Endeavour

📋 copy color: '#336193'

red 51 ◦ green 97 ◦ blue 147

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

Shades of Endeavour #336193

Tints of Endeavour #336193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.83%

R = 17.29%
G = 32.88%
B = 49.83%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#336193 (or 0x336193) is known color: Endeavour. HEX triplet: 33, 61 and 93. RGB value is (51,97,147). Sum of RGB (Red+Green+Blue) = 51+97+147=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #336193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336193 is #CC9E6C. Grayscale: #585858. Windows color (decimal): -13409901 or 9658675. OLE color: 9658675.

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

Color convert

RGB 51 97 147 -
CMYK 0.65 0.34 0 0.42
HSL 211.25º 0.48% 0.39% -
HSV(B) 211.25º 0.65% 0.58% -
XYZ 10.91 11.36 29.22 -
YUV 88.95 160.76 100.93 -
System Red Green Blue C M Y K H S L
Decimal 51 97 147 0.65 0.34 0 0.42 211.25 0.48 0.39
Hex 33 61 93 41 22 0 2A D3 30 27
Octal 63 141 223 101 42 0 52 323 60 47
Binary 110011 1100001 10010011 1000001 100010 0 101010 11010011 110000 100111

Color Harmonies of #336193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336193

Black with #336193

Text Example


Text Example

White with #336193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336193; }

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

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

background-color css

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

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

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

border-color css

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

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

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