Html Css Color HEX #223271 Resolution Blue

📋 copy color: '#223271'

red 34 ◦ green 50 ◦ blue 113

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

Shades of Resolution Blue #223271

Tints of Resolution Blue #223271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.38%

 BLUE value IS 113 (44.53% from 255) = 57.36%

R = 17.26%
G = 25.38%
B = 57.36%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#223271 (or 0x223271) is known color: Resolution Blue. HEX triplet: 22, 32 and 71. RGB value is (34,50,113). Sum of RGB (Red+Green+Blue) = 34+50+113=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #223271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223271 is #DDCD8E. Grayscale: #343434. Windows color (decimal): -14536079 or 7418402. OLE color: 7418402.

HSL color Cylindrical-coordinate representation of color #223271: hue angle of 227.85º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #223271 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 50 113 -
CMYK 0.70 0.56 0 0.56
HSL 227.85º 0.54% 0.29% -
HSV(B) 227.85º 0.7% 0.44% -
XYZ 4.78 3.81 16.11 -
YUV 52.4 162.2 114.88 -
System Red Green Blue C M Y K H S L
Decimal 34 50 113 0.70 0.56 0 0.56 227.85 0.54 0.29
Hex 22 32 71 46 38 0 38 E4 36 1D
Octal 42 62 161 106 70 0 70 344 66 35
Binary 100010 110010 1110001 1000110 111000 0 111000 11100100 110110 11101

Color Harmonies of #223271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223271

Black with #223271

Text Example


Text Example

White with #223271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223271; }

 p { color: rgb(34,50,113); }

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

background-color css

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

 a { background-color: rgb(34,50,113); }

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

border-color css

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

 span { border-color: rgb(34,50,113); }

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