#224085

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

Shades of Fun Blue #224085

Tints of Fun Blue #224085

Color information

#224085 (or 0x224085) is unknown color: approx Fun Blue. HEX triplet: 22, 40 and 85. RGB value is (34,64,133). Sum of RGB (Red+Green+Blue) = 34+64+133=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #224085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224085 is #DDBF7A. Grayscale: #3E3E3E. Windows color (decimal): -14532475 or 8732706. OLE color: 8732706.

HSL color Cylindrical-coordinate representation of color #224085: hue angle of 221.82º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #224085 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3464133-
CMYK0.740.5200.48
HSL221.82º59.28%32.75%-
HSV(B)221.82º74.44%52.16%-
XYZ6.735.722.94-
YUV62.9167.56107.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.72%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 133 (52.34% from 255) = 57.58%
R=14.72%
G=27.71%
B=57.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34641330.740.5200.48221.8259.2832.75
Hex2240854A34030de3b21
Octal42100205112640603367341
Binary1000101000000100001011001010110100011000011011110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224085; }

 p { color: rgb(34,64,133); }

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

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

 a { background-color: rgb(34,64,133); }

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

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

 span { border-color: rgb(34,64,133); }

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