#22317B

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

Shades of Resolution Blue #22317B

Tints of Resolution Blue #22317B

Color information

#22317B (or 0x22317B) is unknown color: approx Resolution Blue. HEX triplet: 22, 31 and 7B. RGB value is (34,49,123). Sum of RGB (Red+Green+Blue) = 34+49+123=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #22317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22317B is #DDCE84. Grayscale: #343434. Windows color (decimal): -14536325 or 8073506. OLE color: 8073506.

HSL color Cylindrical-coordinate representation of color #22317B: hue angle of 229.89º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #22317B is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3449123-
CMYK0.720.6000.52
HSL229.89º56.69%30.78%-
HSV(B)229.89º72.36%48.24%-
XYZ5.333.9719.22-
YUV52.95167.53114.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.50%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 123 (48.44% from 255) = 59.71%
R=16.50%
G=23.79%
B=59.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal34491230.720.6000.52229.8956.6930.78
Hex22317B483C034e6391f
Octal4261173110740643467137
Binary1000101100011111011100100011110001101001110011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22317B; }

 p { color: rgb(34,49,123); }

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

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

 a { background-color: rgb(34,49,123); }

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

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

 span { border-color: rgb(34,49,123); }

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