#222D75

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

Shades of Resolution Blue #222D75

Tints of Resolution Blue #222D75

Color information

#222D75 (or 0x222D75) is unknown color: approx Resolution Blue. HEX triplet: 22, 2D and 75. RGB value is (34,45,117). Sum of RGB (Red+Green+Blue) = 34+45+117=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #222D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222D75 is #DDD28A. Grayscale: #313131. Windows color (decimal): -14537355 or 7679266. OLE color: 7679266.

HSL color Cylindrical-coordinate representation of color #222D75: hue angle of 232.05º 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 #222D75 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3445117-
CMYK0.710.6200.54
HSL232.05º54.97%29.61%-
HSV(B)232.05º70.94%45.88%-
XYZ4.813.517.25-
YUV49.92165.86116.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.35%
GREEN value IS 45 (17.97% from 255) = 22.96%
BLUE value IS 117 (46.09% from 255) = 59.69%
R=17.35%
G=22.96%
B=59.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34451170.710.6200.54232.0554.9729.61
Hex222D75473E036e8371e
Octal4255165107760663506736
Binary1000101011011110101100011111111001101101110100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222D75; }

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

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

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

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

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

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

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

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