#23328D

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

Shades of Resolution Blue #23328D

Tints of Resolution Blue #23328D

Color information

#23328D (or 0x23328D) is unknown color: approx Resolution Blue. HEX triplet: 23, 32 and 8D. RGB value is (35,50,141). Sum of RGB (Red+Green+Blue) = 35+50+141=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #23328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23328D is #DCCD72. Grayscale: #373737. Windows color (decimal): -14470515 or 9253411. OLE color: 9253411.

HSL color Cylindrical-coordinate representation of color #23328D: hue angle of 231.51º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23328D is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3550141-
CMYK0.750.6500.45
HSL231.51º60.23%34.51%-
HSV(B)231.51º75.18%55.29%-
XYZ6.644.5625.73-
YUV55.89176.03113.1-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.49%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 141 (55.47% from 255) = 62.39%
R=15.49%
G=22.12%
B=62.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35501410.750.6500.45231.5160.2334.51
Hex23328D4B4102De83c23
Octal43622151131010553507443
Binary1000111100101000110110010111000001010110111101000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23328D; }

 p { color: rgb(35,50,141); }

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

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

 a { background-color: rgb(35,50,141); }

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

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

 span { border-color: rgb(35,50,141); }

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