#223187

Color #223187 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #223187

Tints of Resolution Blue #223187

Color information

#223187 (or 0x223187) is unknown color: approx Resolution Blue. HEX triplet: 22, 31 and 87. RGB value is (34,49,135). Sum of RGB (Red+Green+Blue) = 34+49+135=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #223187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223187 is #DDCE78. Grayscale: #353535. Windows color (decimal): -14536313 or 8859938. OLE color: 8859938.

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

Color convert

RGB3449135-
CMYK0.750.6400.47
HSL231.09º59.76%33.14%-
HSV(B)231.09º74.81%52.94%-
XYZ6.134.2923.43-
YUV54.32173.53113.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.60%
GREEN value IS 49 (19.53% from 255) = 22.48%
BLUE value IS 135 (53.12% from 255) = 61.93%
R=15.60%
G=22.48%
B=61.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34491350.750.6400.47231.0959.7633.14
Hex2231874B4002Fe73c21
Octal42612071131000573477441
Binary1000101100011000011110010111000000010111111100111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223187; }

 p { color: rgb(34,49,135); }

 H1.HeaderClassName
 {
   color: #223187;
 }
 .AnyTagClassName
 {
   color: #223187;
 }
</style>
background-color css

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

 a { background-color: rgb(34,49,135); }

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

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

 span { border-color: rgb(34,49,135); }

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