#223375

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

Shades of Resolution Blue #223375

Tints of Resolution Blue #223375

Color information

#223375 (or 0x223375) is unknown color: approx Resolution Blue. HEX triplet: 22, 33 and 75. RGB value is (34,51,117). Sum of RGB (Red+Green+Blue) = 34+51+117=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #223375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223375 is #DDCC8A. Grayscale: #353535. Windows color (decimal): -14535819 or 7680802. OLE color: 7680802.

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

Color convert

RGB3451117-
CMYK0.710.5600.54
HSL227.71º54.97%29.61%-
HSV(B)227.71º70.94%45.88%-
XYZ5.053.9917.33-
YUV53.44163.87114.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.83%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 117 (46.09% from 255) = 57.92%
R=16.83%
G=25.25%
B=57.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34511170.710.5600.54227.7154.9729.61
Hex2233754738036e4371e
Octal4263165107700663446736
Binary1000101100111110101100011111100001101101110010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223375; }

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

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

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

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

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

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

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

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