#23417F

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

Shades of Resolution Blue #23417F

Tints of Resolution Blue #23417F

Color information

#23417F (or 0x23417F) is unknown color: approx Resolution Blue. HEX triplet: 23, 41 and 7F. RGB value is (35,65,127). Sum of RGB (Red+Green+Blue) = 35+65+127=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #23417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23417F is #DCBE80. Grayscale: #3E3E3E. Windows color (decimal): -14466689 or 8339747. OLE color: 8339747.

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

Color convert

RGB3565127-
CMYK0.720.4900.50
HSL220.43º56.79%31.76%-
HSV(B)220.43º72.44%49.8%-
XYZ6.415.6720.84-
YUV63.1164.06107.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.42%
GREEN value IS 65 (25.78% from 255) = 28.63%
BLUE value IS 127 (50% from 255) = 55.95%
R=15.42%
G=28.63%
B=55.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35651270.720.4900.50220.4356.7931.76
Hex23417F4831032dc3920
Octal43101177110610623347140
Binary100011100000111111111001000110001011001011011100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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