Html Css Color HEX #224287 Fun Blue

📋 copy color: '#224287'

red 34 ◦ green 66 ◦ blue 135

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

Shades of Fun Blue #224287

Tints of Fun Blue #224287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 57.45%

R = 14.47%
G = 28.09%
B = 57.45%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#224287 (or 0x224287) is known color: Fun Blue. HEX triplet: 22, 42 and 87. RGB value is (34,66,135). Sum of RGB (Red+Green+Blue) = 34+66+135=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #224287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224287 is #DDBD78. Grayscale: #3F3F3F. Windows color (decimal): -14531961 or 8864290. OLE color: 8864290.

HSL color Cylindrical-coordinate representation of color #224287: hue angle of 220.99º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #224287 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 66 135 -
CMYK 0.75 0.51 0 0.47
HSL 220.99º 0.6% 0.33% -
HSV(B) 220.99º 0.75% 0.53% -
XYZ 6.98 5.99 23.71 -
YUV 64.3 167.9 106.39 -
System Red Green Blue C M Y K H S L
Decimal 34 66 135 0.75 0.51 0 0.47 220.99 0.6 0.33
Hex 22 42 87 4B 33 0 2F DD 3C 21
Octal 42 102 207 113 63 0 57 335 74 41
Binary 100010 1000010 10000111 1001011 110011 0 101111 11011101 111100 100001

Color Harmonies of #224287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224287

Black with #224287

Text Example


Text Example

White with #224287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224287; }

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

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

background-color css

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

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

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

border-color css

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

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

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