Html Css Color HEX #336096 Endeavour

📋 copy color: '#336096'

red 51 ◦ green 96 ◦ blue 150

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

Shades of Endeavour #336096

Tints of Endeavour #336096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50.51%

R = 17.17%
G = 32.32%
B = 50.51%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#336096 (or 0x336096) is known color: Endeavour. HEX triplet: 33, 60 and 96. RGB value is (51,96,150). Sum of RGB (Red+Green+Blue) = 51+96+150=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #336096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336096 is #CC9F69. Grayscale: #585858. Windows color (decimal): -13410154 or 9855027. OLE color: 9855027.

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

Color convert

RGB 51 96 150 -
CMYK 0.66 0.36 0 0.41
HSL 212.73º 0.49% 0.39% -
HSV(B) 212.73º 0.66% 0.59% -
XYZ 11.05 11.27 30.45 -
YUV 88.7 162.59 101.11 -
System Red Green Blue C M Y K H S L
Decimal 51 96 150 0.66 0.36 0 0.41 212.73 0.49 0.39
Hex 33 60 96 42 24 0 29 D5 31 27
Octal 63 140 226 102 44 0 51 325 61 47
Binary 110011 1100000 10010110 1000010 100100 0 101001 11010101 110001 100111

Color Harmonies of #336096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336096

Black with #336096

Text Example


Text Example

White with #336096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336096; }

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

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

background-color css

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

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

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

border-color css

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

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

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