#223D80

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

Shades of Resolution Blue #223D80

Tints of Resolution Blue #223D80

Color information

#223D80 (or 0x223D80) is unknown color: approx Resolution Blue. HEX triplet: 22, 3D and 80. RGB value is (34,61,128). Sum of RGB (Red+Green+Blue) = 34+61+128=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #223D80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223D80 is #DDC27F. Grayscale: #3C3C3C. Windows color (decimal): -14533248 or 8404258. OLE color: 8404258.

HSL color Cylindrical-coordinate representation of color #223D80: hue angle of 222.77º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #223D80 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3461128-
CMYK0.730.5200.50
HSL222.77º58.02%31.76%-
HSV(B)222.77º73.44%50.2%-
XYZ6.225.2421.1-
YUV60.56166.05109.05-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.25%
GREEN value IS 61 (24.22% from 255) = 27.35%
BLUE value IS 128 (50.39% from 255) = 57.40%
R=15.25%
G=27.35%
B=57.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal34611280.730.5200.50222.7758.0231.76
Hex223D804934032df3a20
Octal4275200111640623377240
Binary100010111101100000001001001110100011001011011111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,61,128); }

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

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

 a { background-color: rgb(34,61,128); }

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

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

 span { border-color: rgb(34,61,128); }

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