#23417D

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

Shades of Resolution Blue #23417D

Tints of Resolution Blue #23417D

Color information

#23417D (or 0x23417D) is unknown color: approx Resolution Blue. HEX triplet: 23, 41 and 7D. RGB value is (35,65,125). Sum of RGB (Red+Green+Blue) = 35+65+125=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #23417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23417D is #DCBE82. Grayscale: #3E3E3E. Windows color (decimal): -14466691 or 8208675. OLE color: 8208675.

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

Color convert

RGB3565125-
CMYK0.720.4800.51
HSL220º56.25%31.37%-
HSV(B)220º72%49.02%-
XYZ6.295.6220.16-
YUV62.87163.06108.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.56%
GREEN value IS 65 (25.78% from 255) = 28.89%
BLUE value IS 125 (49.22% from 255) = 55.56%
R=15.56%
G=28.89%
B=55.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35651250.720.4800.5122056.2531.37
Hex23417D4830033dc381f
Octal43101175110600633347037
Binary10001110000011111101100100011000001100111101110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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