#224289

Color #224289 Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #224289

Tints of Fun Blue #224289

Color information

#224289 (or 0x224289) is unknown color: approx Fun Blue. HEX triplet: 22, 42 and 89. RGB value is (34,66,137). Sum of RGB (Red+Green+Blue) = 34+66+137=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #224289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224289 is #DDBD76. Grayscale: #404040. Windows color (decimal): -14531959 or 8995362. OLE color: 8995362.

HSL color Cylindrical-coordinate representation of color #224289: hue angle of 221.36º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #224289 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3466137-
CMYK0.750.5200.46
HSL221.36º60.23%33.53%-
HSV(B)221.36º75.18%53.73%-
XYZ7.126.0424.46-
YUV64.53168.9106.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.35%
GREEN value IS 66 (26.17% from 255) = 27.85%
BLUE value IS 137 (53.91% from 255) = 57.81%
R=14.35%
G=27.85%
B=57.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal34661370.750.5200.46221.3660.2333.53
Hex2242894B3402Edd3c22
Octal42102211113640563357442
Binary1000101000010100010011001011110100010111011011101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224289; }

 p { color: rgb(34,66,137); }

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

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

 a { background-color: rgb(34,66,137); }

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

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

 span { border-color: rgb(34,66,137); }

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