#223185

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

Shades of Resolution Blue #223185

Tints of Resolution Blue #223185

Color information

#223185 (or 0x223185) is unknown color: approx Resolution Blue. HEX triplet: 22, 31 and 85. RGB value is (34,49,133). Sum of RGB (Red+Green+Blue) = 34+49+133=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #223185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223185 is #DDCE7A. Grayscale: #353535. Windows color (decimal): -14536315 or 8728866. OLE color: 8728866.

HSL color Cylindrical-coordinate representation of color #223185: hue angle of 230.91º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #223185 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3449133-
CMYK0.740.6300.48
HSL230.91º59.28%32.75%-
HSV(B)230.91º74.44%52.16%-
XYZ5.994.2322.69-
YUV54.09172.53113.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.74%
GREEN value IS 49 (19.53% from 255) = 22.69%
BLUE value IS 133 (52.34% from 255) = 61.57%
R=15.74%
G=22.69%
B=61.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34491330.740.6300.48230.9159.2832.75
Hex2231854A3F030e73b21
Octal4261205112770603477341
Binary100010110001100001011001010111111011000011100111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223185; }

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

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

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

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

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

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

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

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