#223E83

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

Shades of Resolution Blue #223E83

Tints of Resolution Blue #223E83

Color information

#223E83 (or 0x223E83) is unknown color: approx Resolution Blue. HEX triplet: 22, 3E and 83. RGB value is (34,62,131). Sum of RGB (Red+Green+Blue) = 34+62+131=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 131 (51.56% from 255 or 57.71% from 227); Max value from RGB is 131 - color contains mainly: blue. Hex color #223E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223E83 is #DDC17C. Grayscale: #3D3D3D. Windows color (decimal): -14532989 or 8601122. OLE color: 8601122.

HSL color Cylindrical-coordinate representation of color #223E83: hue angle of 222.68º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #223E83 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3462131-
CMYK0.740.5300.49
HSL222.68º58.79%32.35%-
HSV(B)222.68º74.05%51.37%-
XYZ6.485.4222.18-
YUV61.49167.22108.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.98%
GREEN value IS 62 (24.61% from 255) = 27.31%
BLUE value IS 131 (51.56% from 255) = 57.71%
R=14.98%
G=27.31%
B=57.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34621310.740.5300.49222.6858.7932.35
Hex223E834A35031df3b20
Octal4276203112650613377340
Binary100010111110100000111001010110101011000111011111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,62,131); }

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

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

 a { background-color: rgb(34,62,131); }

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

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

 span { border-color: rgb(34,62,131); }

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