#23317B

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

Shades of Resolution Blue #23317B

Tints of Resolution Blue #23317B

Color information

#23317B (or 0x23317B) is unknown color: approx Resolution Blue. HEX triplet: 23, 31 and 7B. RGB value is (35,49,123). Sum of RGB (Red+Green+Blue) = 35+49+123=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #23317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23317B is #DCCE84. Grayscale: #343434. Windows color (decimal): -14470789 or 8073507. OLE color: 8073507.

HSL color Cylindrical-coordinate representation of color #23317B: hue angle of 230.45º 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 #23317B is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3549123-
CMYK0.720.6000.52
HSL230.45º55.7%30.98%-
HSV(B)230.45º71.54%48.24%-
XYZ5.373.9819.23-
YUV53.25167.36114.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.91%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 123 (48.44% from 255) = 59.42%
R=16.91%
G=23.67%
B=59.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35491230.720.6000.52230.4555.730.98
Hex23317B483C034e6381f
Octal4361173110740643467037
Binary1000111100011111011100100011110001101001110011011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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