#22348A

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

Shades of Resolution Blue #22348A

Tints of Resolution Blue #22348A

Color information

#22348A (or 0x22348A) is unknown color: approx Resolution Blue. HEX triplet: 22, 34 and 8A. RGB value is (34,52,138). Sum of RGB (Red+Green+Blue) = 34+52+138=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 138 (54.30% from 255 or 61.61% from 224); Max value from RGB is 138 - color contains mainly: blue. Hex color #22348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22348A is #DDCB75. Grayscale: #383838. Windows color (decimal): -14535542 or 9057314. OLE color: 9057314.

HSL color Cylindrical-coordinate representation of color #22348A: hue angle of 229.62º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #22348A is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3452138-
CMYK0.750.6200.46
HSL229.62º60.47%33.73%-
HSV(B)229.62º75.36%54.12%-
XYZ6.484.6324.6-
YUV56.42174.04112.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.18%
GREEN value IS 52 (20.70% from 255) = 23.21%
BLUE value IS 138 (54.30% from 255) = 61.61%
R=15.18%
G=23.21%
B=61.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal34521380.750.6200.46229.6260.4733.73
Hex22348A4B3E02Ee63c22
Octal4264212113760563467442
Binary100010110100100010101001011111110010111011100110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,52,138); }

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

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

 a { background-color: rgb(34,52,138); }

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

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

 span { border-color: rgb(34,52,138); }

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