Html Css Color HEX #224388 Fun Blue

📋 copy color: '#224388'

red 34 ◦ green 67 ◦ blue 136

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

Shades of Fun Blue #224388

Tints of Fun Blue #224388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.27%

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

R = 14.35%
G = 28.27%
B = 57.38%

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

#224388 (or 0x224388) is known color: Fun Blue. HEX triplet: 22, 43 and 88. RGB value is (34,67,136). Sum of RGB (Red+Green+Blue) = 34+67+136=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #224388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224388 is #DDBC77. Grayscale: #404040. Windows color (decimal): -14531704 or 8930082. OLE color: 8930082.

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

Color convert

RGB 34 67 136 -
CMYK 0.75 0.51 0 0.47
HSL 220.59º 0.6% 0.33% -
HSV(B) 220.59º 0.75% 0.53% -
XYZ 7.11 6.13 24.1 -
YUV 65 168.07 105.89 -
System Red Green Blue C M Y K H S L
Decimal 34 67 136 0.75 0.51 0 0.47 220.59 0.6 0.33
Hex 22 43 88 4B 33 0 2F DD 3C 21
Octal 42 103 210 113 63 0 57 335 74 41
Binary 100010 1000011 10001000 1001011 110011 0 101111 11011101 111100 100001

Color Harmonies of #224388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224388

Black with #224388

Text Example


Text Example

White with #224388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224388; }

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

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

background-color css

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

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

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

border-color css

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

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

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