#22396E

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

Shades of Resolution Blue #22396E

Tints of Resolution Blue #22396E

Color information

#22396E (or 0x22396E) is unknown color: approx Resolution Blue. HEX triplet: 22, 39 and 6E. RGB value is (34,57,110). Sum of RGB (Red+Green+Blue) = 34+57+110=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #22396E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22396E is #DDC691. Grayscale: #373737. Windows color (decimal): -14534290 or 7223586. OLE color: 7223586.

HSL color Cylindrical-coordinate representation of color #22396E: hue angle of 221.84º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22396E is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3457110-
CMYK0.690.4800.57
HSL221.84º52.78%28.24%-
HSV(B)221.84º69.09%43.14%-
XYZ4.944.3915.34-
YUV56.16158.38112.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.92%
GREEN value IS 57 (22.66% from 255) = 28.36%
BLUE value IS 110 (43.36% from 255) = 54.73%
R=16.92%
G=28.36%
B=54.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34571100.690.4800.57221.8452.7828.24
Hex22396E4530039de351c
Octal4271156105600713366534
Binary1000101110011101110100010111000001110011101111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22396E; }

 p { color: rgb(34,57,110); }

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

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

 a { background-color: rgb(34,57,110); }

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

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

 span { border-color: rgb(34,57,110); }

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