#223B74

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

Shades of Resolution Blue #223B74

Tints of Resolution Blue #223B74

Color information

#223B74 (or 0x223B74) is unknown color: approx Resolution Blue. HEX triplet: 22, 3B and 74. RGB value is (34,59,116). Sum of RGB (Red+Green+Blue) = 34+59+116=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #223B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223B74 is #DDC48B. Grayscale: #393939. Windows color (decimal): -14533772 or 7617314. OLE color: 7617314.

HSL color Cylindrical-coordinate representation of color #223B74: hue angle of 221.71º 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 #223B74 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3459116-
CMYK0.710.4900.55
HSL221.71º54.67%29.41%-
HSV(B)221.71º70.69%45.49%-
XYZ5.384.7317.15-
YUV58.02160.72110.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.27%
GREEN value IS 59 (23.44% from 255) = 28.23%
BLUE value IS 116 (45.70% from 255) = 55.50%
R=16.27%
G=28.23%
B=55.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34591160.710.4900.55221.7154.6729.41
Hex223B744731037de371d
Octal4273164107610673366735
Binary1000101110111110100100011111000101101111101111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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