Html Css Color HEX #224285 Fun Blue

📋 copy color: '#224285'

red 34 ◦ green 66 ◦ blue 133

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

Shades of Fun Blue #224285

Tints of Fun Blue #224285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.33%

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

R = 14.59%
G = 28.33%
B = 57.08%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#224285 (or 0x224285) is known color: Fun Blue. HEX triplet: 22, 42 and 85. RGB value is (34,66,133). Sum of RGB (Red+Green+Blue) = 34+66+133=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #224285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224285 is #DDBD7A. Grayscale: #3F3F3F. Windows color (decimal): -14531963 or 8733218. OLE color: 8733218.

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

Color convert

RGB 34 66 133 -
CMYK 0.74 0.50 0 0.48
HSL 220.61º 0.59% 0.33% -
HSV(B) 220.61º 0.74% 0.52% -
XYZ 6.84 5.93 22.97 -
YUV 64.07 166.9 106.55 -
System Red Green Blue C M Y K H S L
Decimal 34 66 133 0.74 0.50 0 0.48 220.61 0.59 0.33
Hex 22 42 85 4A 32 0 30 DD 3B 21
Octal 42 102 205 112 62 0 60 335 73 41
Binary 100010 1000010 10000101 1001010 110010 0 110000 11011101 111011 100001

Color Harmonies of #224285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224285

Black with #224285

Text Example


Text Example

White with #224285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224285; }

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

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

background-color css

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

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

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

border-color css

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

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

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