#23327F

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

Shades of Resolution Blue #23327F

Tints of Resolution Blue #23327F

Color information

#23327F (or 0x23327F) is unknown color: approx Resolution Blue. HEX triplet: 23, 32 and 7F. RGB value is (35,50,127). Sum of RGB (Red+Green+Blue) = 35+50+127=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #23327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23327F is #DCCD80. Grayscale: #353535. Windows color (decimal): -14470529 or 8335907. OLE color: 8335907.

HSL color Cylindrical-coordinate representation of color #23327F: hue angle of 230.22º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23327F is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3550127-
CMYK0.720.6100.50
HSL230.22º56.79%31.76%-
HSV(B)230.22º72.44%49.8%-
XYZ5.664.1720.59-
YUV54.29169.03114.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.51%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 127 (50% from 255) = 59.91%
R=16.51%
G=23.58%
B=59.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35501270.720.6100.50230.2256.7931.76
Hex23327F483D032e63920
Octal4362177110750623467140
Binary10001111001011111111001000111101011001011100110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23327F; }

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

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

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

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

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

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

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

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