#223A85

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

Shades of Resolution Blue #223A85

Tints of Resolution Blue #223A85

Color information

#223A85 (or 0x223A85) is unknown color: approx Resolution Blue. HEX triplet: 22, 3A and 85. RGB value is (34,58,133). Sum of RGB (Red+Green+Blue) = 34+58+133=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #223A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223A85 is #DDC57A. Grayscale: #3B3B3B. Windows color (decimal): -14534011 or 8731170. OLE color: 8731170.

HSL color Cylindrical-coordinate representation of color #223A85: hue angle of 225.45º 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 #223A85 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3458133-
CMYK0.740.5600.48
HSL225.45º59.28%32.75%-
HSV(B)225.45º74.44%52.16%-
XYZ6.415.0622.83-
YUV59.37169.55109.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.11%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 133 (52.34% from 255) = 59.11%
R=15.11%
G=25.78%
B=59.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34581330.740.5600.48225.4559.2832.75
Hex223A854A38030e13b21
Octal4272205112700603417341
Binary100010111010100001011001010111000011000011100001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223A85; }

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

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

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

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

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

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

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

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