#2F568B

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

Shades of Endeavour #2F568B

Tints of Endeavour #2F568B

Color information

#2F568B (or 0x2F568B) is unknown color: approx Endeavour. HEX triplet: 2F, 56 and 8B. RGB value is (47,86,139). Sum of RGB (Red+Green+Blue) = 47+86+139=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F568B is #D0A974. Grayscale: #505050. Windows color (decimal): -13674869 or 9131567. OLE color: 9131567.

HSL color Cylindrical-coordinate representation of color #2F568B: hue angle of 214.57º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F568B is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4786139-
CMYK0.660.3800.45
HSL214.57º49.46%36.47%-
HSV(B)214.57º66.19%54.51%-
XYZ9.169.1225.7-
YUV80.38161.08104.19-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.28%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 139 (54.69% from 255) = 51.10%
R=17.28%
G=31.62%
B=51.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47861390.660.3800.45214.5749.4636.47
Hex2F568B422602Dd73124
Octal57126213102460553276144
Binary1011111010110100010111000010100110010110111010111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,86,139); }

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

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

 a { background-color: rgb(47,86,139); }

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

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

 span { border-color: rgb(47,86,139); }

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