Html Css Color HEX #224188 Fun Blue

📋 copy color: '#224188'

red 34 ◦ green 65 ◦ blue 136

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

Shades of Fun Blue #224188

Tints of Fun Blue #224188

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.66%

 BLUE value IS 136 (53.52% from 255) = 57.87%

R = 14.47%
G = 27.66%
B = 57.87%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#224188 (or 0x224188) is known color: Fun Blue. HEX triplet: 22, 41 and 88. RGB value is (34,65,136). Sum of RGB (Red+Green+Blue) = 34+65+136=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 136 (53.52% from 255 or 57.87% from 235); Max value from RGB is 136 - color contains mainly: blue. Hex color #224188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224188 is #DDBE77. Grayscale: #3F3F3F. Windows color (decimal): -14532216 or 8929570. OLE color: 8929570.

HSL color Cylindrical-coordinate representation of color #224188: hue angle of 221.76º 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 #224188 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 65 136 -
CMYK 0.75 0.52 0 0.47
HSL 221.76º 0.6% 0.33% -
HSV(B) 221.76º 0.75% 0.53% -
XYZ 6.99 5.9 24.06 -
YUV 63.83 168.73 106.73 -
System Red Green Blue C M Y K H S L
Decimal 34 65 136 0.75 0.52 0 0.47 221.76 0.6 0.33
Hex 22 41 88 4B 34 0 2F DE 3C 21
Octal 42 101 210 113 64 0 57 336 74 41
Binary 100010 1000001 10001000 1001011 110100 0 101111 11011110 111100 100001

Color Harmonies of #224188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224188

Black with #224188

Text Example


Text Example

White with #224188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224188; }

 p { color: rgb(34,65,136); }

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

background-color css

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

 a { background-color: rgb(34,65,136); }

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

border-color css

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

 span { border-color: rgb(34,65,136); }

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