#2F6287

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

Shades of Endeavour #2F6287

Tints of Endeavour #2F6287

Color information

#2F6287 (or 0x2F6287) is unknown color: approx Endeavour. HEX triplet: 2F, 62 and 87. RGB value is (47,98,135). Sum of RGB (Red+Green+Blue) = 47+98+135=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F6287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6287 is #D09D78. Grayscale: #565656. Windows color (decimal): -13671801 or 8872495. OLE color: 8872495.

HSL color Cylindrical-coordinate representation of color #2F6287: hue angle of 205.23º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F6287 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4798135-
CMYK0.650.2700.47
HSL205.23º48.35%35.69%-
HSV(B)205.23º65.19%52.94%-
XYZ9.9111.0924.54-
YUV86.97155.199.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.79%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 135 (53.12% from 255) = 48.21%
R=16.79%
G=35%
B=48.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47981350.650.2700.47205.2348.3535.69
Hex2F6287411B02Fcd3024
Octal57142207101330573156044
Binary101111110001010000111100000111011010111111001101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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