#224E83

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

Shades of Endeavour #224E83

Tints of Endeavour #224E83

Color information

#224E83 (or 0x224E83) is unknown color: approx Endeavour. HEX triplet: 22, 4E and 83. RGB value is (34,78,131). Sum of RGB (Red+Green+Blue) = 34+78+131=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #224E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224E83 is #DDB17C. Grayscale: #464646. Windows color (decimal): -14528893 or 8605218. OLE color: 8605218.

HSL color Cylindrical-coordinate representation of color #224E83: hue angle of 212.78º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #224E83 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3478131-
CMYK0.740.4000.49
HSL212.78º58.79%32.35%-
HSV(B)212.78º74.05%51.37%-
XYZ7.487.4322.51-
YUV70.89161.92101.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.99%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 131 (51.56% from 255) = 53.91%
R=13.99%
G=32.10%
B=53.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34781310.740.4000.49212.7858.7932.35
Hex224E834A28031d53b20
Octal42116203112500613257340
Binary1000101001110100000111001010101000011000111010101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,78,131); }

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

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

 a { background-color: rgb(34,78,131); }

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

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

 span { border-color: rgb(34,78,131); }

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