#224B9B

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

Shades of Endeavour #224B9B

Tints of Endeavour #224B9B

Color information

#224B9B (or 0x224B9B) is unknown color: approx Endeavour. HEX triplet: 22, 4B and 9B. RGB value is (34,75,155). Sum of RGB (Red+Green+Blue) = 34+75+155=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #224B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224B9B is #DDB464. Grayscale: #474747. Windows color (decimal): -14529637 or 10177314. OLE color: 10177314.

HSL color Cylindrical-coordinate representation of color #224B9B: hue angle of 219.67º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #224B9B is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3475155-
CMYK0.780.5200.39
HSL219.67º64.02%37.06%-
HSV(B)219.67º78.06%60.78%-
XYZ9.097.7432.02-
YUV71.86174.92101-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.88%
GREEN value IS 75 (29.69% from 255) = 28.41%
BLUE value IS 155 (60.94% from 255) = 58.71%
R=12.88%
G=28.41%
B=58.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34751550.780.5200.39219.6764.0237.06
Hex224B9B4E34027dc4025
Octal421132331166404733410045
Binary10001010010111001101110011101101000100111110111001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,75,155); }

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

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

 a { background-color: rgb(34,75,155); }

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

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

 span { border-color: rgb(34,75,155); }

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