Html Css Color HEX #336098 Endeavour

📋 copy color: '#336098'

red 51 ◦ green 96 ◦ blue 152

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

Shades of Endeavour #336098

Tints of Endeavour #336098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 50.84%

R = 17.06%
G = 32.11%
B = 50.84%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#336098 (or 0x336098) is known color: Endeavour. HEX triplet: 33, 60 and 98. RGB value is (51,96,152). Sum of RGB (Red+Green+Blue) = 51+96+152=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #336098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336098 is #CC9F67. Grayscale: #585858. Windows color (decimal): -13410152 or 9986099. OLE color: 9986099.

HSL color Cylindrical-coordinate representation of color #336098: hue angle of 213.27º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #336098 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 96 152 -
CMYK 0.66 0.37 0 0.40
HSL 213.27º 0.5% 0.4% -
HSV(B) 213.27º 0.66% 0.6% -
XYZ 11.22 11.34 31.3 -
YUV 88.93 163.59 100.95 -
System Red Green Blue C M Y K H S L
Decimal 51 96 152 0.66 0.37 0 0.40 213.27 0.5 0.4
Hex 33 60 98 42 25 0 28 D5 32 28
Octal 63 140 230 102 45 0 50 325 62 50
Binary 110011 1100000 10011000 1000010 100101 0 101000 11010101 110010 101000

Color Harmonies of #336098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336098

Black with #336098

Text Example


Text Example

White with #336098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336098; }

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

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

background-color css

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

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

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

border-color css

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

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

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