#224A94

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

Shades of Endeavour #224A94

Tints of Endeavour #224A94

Color information

#224A94 (or 0x224A94) is unknown color: approx Endeavour. HEX triplet: 22, 4A and 94. RGB value is (34,74,148). Sum of RGB (Red+Green+Blue) = 34+74+148=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #224A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224A94 is #DDB56B. Grayscale: #464646. Windows color (decimal): -14529900 or 9718306. OLE color: 9718306.

HSL color Cylindrical-coordinate representation of color #224A94: hue angle of 218.95º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224A94 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3474148-
CMYK0.770.5000.42
HSL218.95º62.64%35.69%-
HSV(B)218.95º77.03%58.04%-
XYZ8.457.3829-
YUV70.48171.75101.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.28%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 148 (58.20% from 255) = 57.81%
R=13.28%
G=28.91%
B=57.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34741480.770.5000.42218.9562.6435.69
Hex224A944D3202Adb3f24
Octal42112224115620523337744
Binary1000101001010100101001001101110010010101011011011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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