Html Css Color HEX #224386 Fun Blue

📋 copy color: '#224386'

red 34 ◦ green 67 ◦ blue 134

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

Shades of Fun Blue #224386

Tints of Fun Blue #224386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 57.02%

R = 14.47%
G = 28.51%
B = 57.02%

CMYK

 C value IS 0.75

 M value IS 0.5

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#224386 (or 0x224386) is known color: Fun Blue. HEX triplet: 22, 43 and 86. RGB value is (34,67,134). Sum of RGB (Red+Green+Blue) = 34+67+134=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 134 (52.73% from 255 or 57.02% from 235); Max value from RGB is 134 - color contains mainly: blue. Hex color #224386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224386 is #DDBC79. Grayscale: #404040. Windows color (decimal): -14531706 or 8799010. OLE color: 8799010.

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

Color convert

RGB 34 67 134 -
CMYK 0.75 0.5 0 0.47
HSL 220.2º 0.6% 0.33% -
HSV(B) 220.2º 0.75% 0.53% -
XYZ 6.97 6.08 23.36 -
YUV 64.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 34 67 134 0.75 0.5 0 0.47 220.2 0.6 0.33
Hex 22 43 86 4B 32 0 2F DC 3C 21
Octal 42 103 206 113 62 0 57 334 74 41
Binary 100010 1000011 10000110 1001011 110010 0 101111 11011100 111100 100001

Color Harmonies of #224386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224386

Black with #224386

Text Example


Text Example

White with #224386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224386; }

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

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

background-color css

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

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

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

border-color css

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

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

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