#23358E

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

Shades of Resolution Blue #23358E

Tints of Resolution Blue #23358E

Color information

#23358E (or 0x23358E) is unknown color: approx Resolution Blue. HEX triplet: 23, 35 and 8E. RGB value is (35,53,142). Sum of RGB (Red+Green+Blue) = 35+53+142=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #23358E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23358E is #DCCA71. Grayscale: #393939. Windows color (decimal): -14469746 or 9319715. OLE color: 9319715.

HSL color Cylindrical-coordinate representation of color #23358E: hue angle of 229.91º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23358E is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3553142-
CMYK0.750.6300.44
HSL229.91º60.45%34.71%-
HSV(B)229.91º75.35%55.69%-
XYZ6.854.8626.17-
YUV57.76175.54111.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.22%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 142 (55.86% from 255) = 61.74%
R=15.22%
G=23.04%
B=61.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35531420.750.6300.44229.9160.4534.71
Hex23358E4B3F02Ce63c23
Octal4365216113770543467443
Binary100011110101100011101001011111111010110011100110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23358E; }

 p { color: rgb(35,53,142); }

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

<style>
 a { background-color: #23358E; }

 a { background-color: rgb(35,53,142); }

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

<style>
 span { border-color: #23358E; }

 span { border-color: rgb(35,53,142); }

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