Html Css Color HEX #224485 Fun Blue

📋 copy color: '#224485'

red 34 ◦ green 68 ◦ blue 133

#224485
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Blue #224485

Tints of Fun Blue #224485

RGB

 RED value IS 34 (13.67% from 255) = 14.47%

 GREEN value IS 68 (26.95% from 255) = 28.94%

 BLUE value IS 133 (52.34% from 255) = 56.6%

R = 14.47%
G = 28.94%
B = 56.6%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#224485 (or 0x224485) is known color: Fun Blue. HEX triplet: 22, 44 and 85. RGB value is (34,68,133). Sum of RGB (Red+Green+Blue) = 34+68+133=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #224485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224485 is #DDBB7A. Grayscale: #404040. Windows color (decimal): -14531451 or 8733730. OLE color: 8733730.

HSL color Cylindrical-coordinate representation of color #224485: hue angle of 219.39º 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 #224485 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 34 68 133 -
CMYK 0.74 0.49 0 0.48
HSL 219.39º 0.59% 0.33% -
HSV(B) 219.39º 0.74% 0.52% -
XYZ 6.96 6.17 23.01 -
YUV 65.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 34 68 133 0.74 0.49 0 0.48 219.39 0.59 0.33
Hex 22 44 85 4A 31 0 30 DB 3B 21
Octal 42 104 205 112 61 0 60 333 73 41
Binary 100010 1000100 10000101 1001010 110001 0 110000 11011011 111011 100001

Color Harmonies of #224485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224485

Black with #224485

Text Example


Text Example

White with #224485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224485; }

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

 H1.HeaderClassName
 {
   color: #224485;
 }
 .AnyTagClassName
 {
   color: #224485;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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