#223085

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

Shades of Resolution Blue #223085

Tints of Resolution Blue #223085

Color information

#223085 (or 0x223085) is unknown color: approx Resolution Blue. HEX triplet: 22, 30 and 85. RGB value is (34,48,133). Sum of RGB (Red+Green+Blue) = 34+48+133=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #223085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223085 is #DDCF7A. Grayscale: #353535. Windows color (decimal): -14536571 or 8728610. OLE color: 8728610.

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

Color convert

RGB3448133-
CMYK0.740.6400.48
HSL231.52º59.28%32.75%-
HSV(B)231.52º74.44%52.16%-
XYZ5.954.1522.68-
YUV53.5172.86114.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.81%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 133 (52.34% from 255) = 61.86%
R=15.81%
G=22.33%
B=61.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34481330.740.6400.48231.5259.2832.75
Hex2230854A40030e83b21
Octal42602051121000603507341
Binary1000101100001000010110010101000000011000011101000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223085; }

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

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

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

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

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

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

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

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