#223F85

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

Shades of Resolution Blue #223F85

Tints of Resolution Blue #223F85

Color information

#223F85 (or 0x223F85) is unknown color: approx Resolution Blue. HEX triplet: 22, 3F and 85. RGB value is (34,63,133). Sum of RGB (Red+Green+Blue) = 34+63+133=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #223F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223F85 is #DDC07A. Grayscale: #3D3D3D. Windows color (decimal): -14532731 or 8732450. OLE color: 8732450.

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

Color convert

RGB3463133-
CMYK0.740.5300.48
HSL222.42º59.28%32.75%-
HSV(B)222.42º74.44%52.16%-
XYZ6.675.5922.92-
YUV62.31167.89107.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.78%
GREEN value IS 63 (25% from 255) = 27.39%
BLUE value IS 133 (52.34% from 255) = 57.83%
R=14.78%
G=27.39%
B=57.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34631330.740.5300.48222.4259.2832.75
Hex223F854A35030de3b21
Octal4277205112650603367341
Binary100010111111100001011001010110101011000011011110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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