#22378D

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

Shades of Resolution Blue #22378D

Tints of Resolution Blue #22378D

Color information

#22378D (or 0x22378D) is unknown color: approx Resolution Blue. HEX triplet: 22, 37 and 8D. RGB value is (34,55,141). Sum of RGB (Red+Green+Blue) = 34+55+141=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #22378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22378D is #DDC872. Grayscale: #3A3A3A. Windows color (decimal): -14534771 or 9254690. OLE color: 9254690.

HSL color Cylindrical-coordinate representation of color #22378D: hue angle of 228.22º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22378D is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3455141-
CMYK0.760.6100.45
HSL228.22º61.14%34.31%-
HSV(B)228.22º75.89%55.29%-
XYZ6.83525.8-
YUV58.52174.54110.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.78%
GREEN value IS 55 (21.88% from 255) = 23.91%
BLUE value IS 141 (55.47% from 255) = 61.30%
R=14.78%
G=23.91%
B=61.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal34551410.760.6100.45228.2261.1434.31
Hex22378D4C3D02De43d22
Octal4267215114750553447542
Binary100010110111100011011001100111101010110111100100111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22378D; }

 p { color: rgb(34,55,141); }

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

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

 a { background-color: rgb(34,55,141); }

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

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

 span { border-color: rgb(34,55,141); }

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