Html Css Color HEX #336192 Endeavour

📋 copy color: '#336192'

red 51 ◦ green 97 ◦ blue 146

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

Shades of Endeavour #336192

Tints of Endeavour #336192

RGB

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

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

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

R = 17.35%
G = 32.99%
B = 49.66%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#336192 (or 0x336192) is known color: Endeavour. HEX triplet: 33, 61 and 92. RGB value is (51,97,146). Sum of RGB (Red+Green+Blue) = 51+97+146=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #336192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336192 is #CC9E6D. Grayscale: #585858. Windows color (decimal): -13409902 or 9593139. OLE color: 9593139.

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

Color convert

RGB 51 97 146 -
CMYK 0.65 0.34 0 0.43
HSL 210.95º 0.48% 0.39% -
HSV(B) 210.95º 0.65% 0.57% -
XYZ 10.83 11.33 28.81 -
YUV 88.83 160.26 101.02 -
System Red Green Blue C M Y K H S L
Decimal 51 97 146 0.65 0.34 0 0.43 210.95 0.48 0.39
Hex 33 61 92 41 22 0 2B D3 30 27
Octal 63 141 222 101 42 0 53 323 60 47
Binary 110011 1100001 10010010 1000001 100010 0 101011 11010011 110000 100111

Color Harmonies of #336192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336192

Black with #336192

Text Example


Text Example

White with #336192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336192; }

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

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

background-color css

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

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

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

border-color css

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

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

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