Html Css Color HEX #224476 Resolution Blue

📋 copy color: '#224476'

red 34 ◦ green 68 ◦ blue 118

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

Shades of Resolution Blue #224476

Tints of Resolution Blue #224476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.91%

 BLUE value IS 118 (46.48% from 255) = 53.64%

R = 15.45%
G = 30.91%
B = 53.64%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#224476 (or 0x224476) is known color: Resolution Blue. HEX triplet: 22, 44 and 76. RGB value is (34,68,118). Sum of RGB (Red+Green+Blue) = 34+68+118=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #224476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224476 is #DDBB89. Grayscale: #3F3F3F. Windows color (decimal): -14531466 or 7750690. OLE color: 7750690.

HSL color Cylindrical-coordinate representation of color #224476: hue angle of 215.71º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #224476 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 34 68 118 -
CMYK 0.71 0.42 0 0.54
HSL 215.71º 0.55% 0.3% -
HSV(B) 215.71º 0.71% 0.46% -
XYZ 6 5.78 17.94 -
YUV 63.53 158.74 106.93 -
System Red Green Blue C M Y K H S L
Decimal 34 68 118 0.71 0.42 0 0.54 215.71 0.55 0.3
Hex 22 44 76 47 2A 0 36 D8 37 1E
Octal 42 104 166 107 52 0 66 330 67 36
Binary 100010 1000100 1110110 1000111 101010 0 110110 11011000 110111 11110

Color Harmonies of #224476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224476

Black with #224476

Text Example


Text Example

White with #224476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224476; }

 p { color: rgb(34,68,118); }

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

background-color css

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

 a { background-color: rgb(34,68,118); }

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

border-color css

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

 span { border-color: rgb(34,68,118); }

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