#2F6296

Color #2F6296 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #2F6296

Tints of Endeavour #2F6296

Color information

#2F6296 (or 0x2F6296) is unknown color: approx Endeavour. HEX triplet: 2F, 62 and 96. RGB value is (47,98,150). Sum of RGB (Red+Green+Blue) = 47+98+150=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #2F6296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6296 is #D09D69. Grayscale: #585858. Windows color (decimal): -13671786 or 9855535. OLE color: 9855535.

HSL color Cylindrical-coordinate representation of color #2F6296: hue angle of 210.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F6296 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4798150-
CMYK0.690.3500.41
HSL210.29º52.28%38.63%-
HSV(B)210.29º68.67%58.82%-
XYZ11.0411.5430.5-
YUV88.68162.698.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.93%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 150 (58.98% from 255) = 50.85%
R=15.93%
G=33.22%
B=50.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal47981500.690.3500.41210.2952.2838.63
Hex2F62964523029d23427
Octal57142226105430513226447
Binary1011111100010100101101000101100011010100111010010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F6296; }

 p { color: rgb(47,98,150); }

 H1.HeaderClassName
 {
   color: #2F6296;
 }
 .AnyTagClassName
 {
   color: #2F6296;
 }
</style>
background-color css

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

 a { background-color: rgb(47,98,150); }

 div.DivClassName
 {
   background-color: #2F6296;
 }
 .BgClassName
 {
   background-color: #2F6296;
 }
</style>
border-color css

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

 span { border-color: rgb(47,98,150); }

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