#23347C

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

Shades of Resolution Blue #23347C

Tints of Resolution Blue #23347C

Color information

#23347C (or 0x23347C) is unknown color: approx Resolution Blue. HEX triplet: 23, 34 and 7C. RGB value is (35,52,124). Sum of RGB (Red+Green+Blue) = 35+52+124=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #23347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23347C is #DCCB83. Grayscale: #363636. Windows color (decimal): -14470020 or 8139811. OLE color: 8139811.

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

Color convert

RGB3552124-
CMYK0.720.5800.51
HSL228.54º55.97%31.18%-
HSV(B)228.54º71.77%48.63%-
XYZ5.564.2719.6-
YUV55.12166.87113.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.59%
GREEN value IS 52 (20.70% from 255) = 24.64%
BLUE value IS 124 (48.83% from 255) = 58.77%
R=16.59%
G=24.64%
B=58.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35521240.720.5800.51228.5455.9731.18
Hex23347C483A033e5381f
Octal4364174110720633457037
Binary1000111101001111100100100011101001100111110010111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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