#224A8B

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

Shades of Endeavour #224A8B

Tints of Endeavour #224A8B

Color information

#224A8B (or 0x224A8B) is unknown color: approx Endeavour. HEX triplet: 22, 4A and 8B. RGB value is (34,74,139). Sum of RGB (Red+Green+Blue) = 34+74+139=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #224A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224A8B is #DDB574. Grayscale: #454545. Windows color (decimal): -14529909 or 9128482. OLE color: 9128482.

HSL color Cylindrical-coordinate representation of color #224A8B: hue angle of 217.14º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #224A8B is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3474139-
CMYK0.760.4700.45
HSL217.14º60.69%33.92%-
HSV(B)217.14º75.54%54.51%-
XYZ7.777.125.39-
YUV69.45167.25102.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.77%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 139 (54.69% from 255) = 56.28%
R=13.77%
G=29.96%
B=56.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal34741390.760.4700.45217.1460.6933.92
Hex224A8B4C2F02Dd93d22
Octal42112213114570553317542
Binary1000101001010100010111001100101111010110111011001111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224A8B; }

 p { color: rgb(34,74,139); }

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

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

 a { background-color: rgb(34,74,139); }

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

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

 span { border-color: rgb(34,74,139); }

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