#22307A

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

Shades of Resolution Blue #22307A

Tints of Resolution Blue #22307A

Color information

#22307A (or 0x22307A) is unknown color: approx Resolution Blue. HEX triplet: 22, 30 and 7A. RGB value is (34,48,122). Sum of RGB (Red+Green+Blue) = 34+48+122=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #22307A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22307A is #DDCF85. Grayscale: #333333. Windows color (decimal): -14536582 or 8007714. OLE color: 8007714.

HSL color Cylindrical-coordinate representation of color #22307A: hue angle of 230.45º degrees, saturation: 0.56, 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 #22307A is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3448122-
CMYK0.720.6100.52
HSL230.45º56.41%30.59%-
HSV(B)230.45º72.13%47.84%-
XYZ5.233.8618.88-
YUV52.25167.36114.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.67%
GREEN value IS 48 (19.14% from 255) = 23.53%
BLUE value IS 122 (48.05% from 255) = 59.80%
R=16.67%
G=23.53%
B=59.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal34481220.720.6100.52230.4556.4130.59
Hex22307A483D034e6381f
Octal4260172110750643467037
Binary1000101100001111010100100011110101101001110011011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22307A; }

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

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

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

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

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

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

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

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