#224B8F

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

Shades of Endeavour #224B8F

Tints of Endeavour #224B8F

Color information

#224B8F (or 0x224B8F) is unknown color: approx Endeavour. HEX triplet: 22, 4B and 8F. RGB value is (34,75,143). Sum of RGB (Red+Green+Blue) = 34+75+143=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 143 (56.25% from 255 or 56.75% from 252); Max value from RGB is 143 - color contains mainly: blue. Hex color #224B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224B8F is #DDB470. Grayscale: #464646. Windows color (decimal): -14529649 or 9390882. OLE color: 9390882.

HSL color Cylindrical-coordinate representation of color #224B8F: hue angle of 217.43º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #224B8F is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3475143-
CMYK0.760.4800.44
HSL217.43º61.58%34.71%-
HSV(B)217.43º76.22%56.08%-
XYZ8.137.3626.98-
YUV70.49168.92101.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.49%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 143 (56.25% from 255) = 56.75%
R=13.49%
G=29.76%
B=56.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal34751430.760.4800.44217.4361.5834.71
Hex224B8F4C3002Cd93e23
Octal42113217114600543317643
Binary1000101001011100011111001100110000010110011011001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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