#224678

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

Shades of Fun Blue #224678

Tints of Fun Blue #224678

Color information

#224678 (or 0x224678) is unknown color: approx Fun Blue. HEX triplet: 22, 46 and 78. RGB value is (34,70,120). Sum of RGB (Red+Green+Blue) = 34+70+120=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #224678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224678 is #DDB987. Grayscale: #404040. Windows color (decimal): -14530952 or 7882274. OLE color: 7882274.

HSL color Cylindrical-coordinate representation of color #224678: hue angle of 214.88º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #224678 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3470120-
CMYK0.720.4200.53
HSL214.88º55.84%30.2%-
HSV(B)214.88º71.67%47.06%-
XYZ6.246.0818.61-
YUV64.94159.07105.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.18%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 120 (47.27% from 255) = 53.57%
R=15.18%
G=31.25%
B=53.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34701200.720.4200.53214.8855.8430.2
Hex224678482A035d7381e
Octal42106170110520653277036
Binary10001010001101111000100100010101001101011101011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224678; }

 p { color: rgb(34,70,120); }

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

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

 a { background-color: rgb(34,70,120); }

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

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

 span { border-color: rgb(34,70,120); }

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