#23347B

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

Shades of Resolution Blue #23347B

Tints of Resolution Blue #23347B

Color information

#23347B (or 0x23347B) is unknown color: approx Resolution Blue. HEX triplet: 23, 34 and 7B. RGB value is (35,52,123). Sum of RGB (Red+Green+Blue) = 35+52+123=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #23347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23347B is #DCCB84. Grayscale: #363636. Windows color (decimal): -14470021 or 8074275. OLE color: 8074275.

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

Color convert

RGB3552123-
CMYK0.720.5800.52
HSL228.41º55.7%30.98%-
HSV(B)228.41º71.54%48.24%-
XYZ5.54.2419.27-
YUV55.01166.37113.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.67%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 123 (48.44% from 255) = 58.57%
R=16.67%
G=24.76%
B=58.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35521230.720.5800.52228.4155.730.98
Hex23347B483A034e4381f
Octal4364173110720643447037
Binary1000111101001111011100100011101001101001110010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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