Html Css Color HEX #224283 Fun Blue

📋 copy color: '#224283'

red 34 ◦ green 66 ◦ blue 131

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

Shades of Fun Blue #224283

Tints of Fun Blue #224283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 56.71%

R = 14.72%
G = 28.57%
B = 56.71%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#224283 (or 0x224283) is known color: Fun Blue. HEX triplet: 22, 42 and 83. RGB value is (34,66,131). Sum of RGB (Red+Green+Blue) = 34+66+131=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #224283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224283 is #DDBD7C. Grayscale: #3F3F3F. Windows color (decimal): -14531965 or 8602146. OLE color: 8602146.

HSL color Cylindrical-coordinate representation of color #224283: hue angle of 220.21º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #224283 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 34 66 131 -
CMYK 0.74 0.50 0 0.49
HSL 220.21º 0.59% 0.32% -
HSV(B) 220.21º 0.74% 0.51% -
XYZ 6.7 5.88 22.25 -
YUV 63.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 34 66 131 0.74 0.50 0 0.49 220.21 0.59 0.32
Hex 22 42 83 4A 32 0 31 DC 3B 20
Octal 42 102 203 112 62 0 61 334 73 40
Binary 100010 1000010 10000011 1001010 110010 0 110001 11011100 111011 100000

Color Harmonies of #224283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224283

Black with #224283

Text Example


Text Example

White with #224283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224283; }

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

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

background-color css

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

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

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

border-color css

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

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

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