#23417B

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

Shades of Resolution Blue #23417B

Tints of Resolution Blue #23417B

Color information

#23417B (or 0x23417B) is unknown color: approx Resolution Blue. HEX triplet: 23, 41 and 7B. RGB value is (35,65,123). Sum of RGB (Red+Green+Blue) = 35+65+123=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #23417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23417B is #DCBE84. Grayscale: #3E3E3E. Windows color (decimal): -14466693 or 8077603. OLE color: 8077603.

HSL color Cylindrical-coordinate representation of color #23417B: hue angle of 219.55º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23417B is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3565123-
CMYK0.720.4700.52
HSL219.55º55.7%30.98%-
HSV(B)219.55º71.54%48.24%-
XYZ6.165.5719.49-
YUV62.64162.06108.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.70%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 123 (48.44% from 255) = 55.16%
R=15.70%
G=29.15%
B=55.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35651230.720.4700.52219.5555.730.98
Hex23417B482F034dc381f
Octal43101173110570643347037
Binary10001110000011111011100100010111101101001101110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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