#223A74

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

Shades of Resolution Blue #223A74

Tints of Resolution Blue #223A74

Color information

#223A74 (or 0x223A74) is unknown color: approx Resolution Blue. HEX triplet: 22, 3A and 74. RGB value is (34,58,116). Sum of RGB (Red+Green+Blue) = 34+58+116=208 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.35% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #223A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223A74 is #DDC58B. Grayscale: #393939. Windows color (decimal): -14534028 or 7617058. OLE color: 7617058.

HSL color Cylindrical-coordinate representation of color #223A74: hue angle of 222.44º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #223A74 is Cyan = 0.71, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3458116-
CMYK0.710.500.55
HSL222.44º54.67%29.41%-
HSV(B)222.44º70.69%45.49%-
XYZ5.334.6317.14-
YUV57.44161.05111.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.35%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 116 (45.70% from 255) = 55.77%
R=16.35%
G=27.88%
B=55.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34581160.710.500.55222.4454.6729.41
Hex223A744732037de371d
Octal4272164107620673366735
Binary1000101110101110100100011111001001101111101111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223A74; }

 p { color: rgb(34,58,116); }

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

<style>
 a { background-color: #223A74; }

 a { background-color: rgb(34,58,116); }

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

<style>
 span { border-color: #223A74; }

 span { border-color: rgb(34,58,116); }

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