#23397F

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

Shades of Resolution Blue #23397F

Tints of Resolution Blue #23397F

Color information

#23397F (or 0x23397F) is unknown color: approx Resolution Blue. HEX triplet: 23, 39 and 7F. RGB value is (35,57,127). Sum of RGB (Red+Green+Blue) = 35+57+127=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #23397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23397F is #DCC680. Grayscale: #3A3A3A. Windows color (decimal): -14468737 or 8337699. OLE color: 8337699.

HSL color Cylindrical-coordinate representation of color #23397F: hue angle of 225.65º 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 #23397F is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3557127-
CMYK0.720.5500.50
HSL225.65º56.79%31.76%-
HSV(B)225.65º72.44%49.8%-
XYZ5.994.8220.69-
YUV58.4166.71111.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.98%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 127 (50% from 255) = 57.99%
R=15.98%
G=26.03%
B=57.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35571270.720.5500.50225.6556.7931.76
Hex23397F4837032e23920
Octal4371177110670623427140
Binary10001111100111111111001000110111011001011100010111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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