#223275

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

Shades of Resolution Blue #223275

Tints of Resolution Blue #223275

Color information

#223275 (or 0x223275) is unknown color: approx Resolution Blue. HEX triplet: 22, 32 and 75. RGB value is (34,50,117). Sum of RGB (Red+Green+Blue) = 34+50+117=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #223275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223275 is #DDCD8A. Grayscale: #343434. Windows color (decimal): -14536075 or 7680546. OLE color: 7680546.

HSL color Cylindrical-coordinate representation of color #223275: hue angle of 228.43º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #223275 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3450117-
CMYK0.710.5700.54
HSL228.43º54.97%29.61%-
HSV(B)228.43º70.94%45.88%-
XYZ5.013.9117.32-
YUV52.85164.2114.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.92%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 117 (46.09% from 255) = 58.21%
R=16.92%
G=24.88%
B=58.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34501170.710.5700.54228.4354.9729.61
Hex2232754739036e4371e
Octal4262165107710663446736
Binary1000101100101110101100011111100101101101110010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223275; }

 p { color: rgb(34,50,117); }

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

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

 a { background-color: rgb(34,50,117); }

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

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

 span { border-color: rgb(34,50,117); }

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