#23346B

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

Shades of Resolution Blue #23346B

Tints of Resolution Blue #23346B

Color information

#23346B (or 0x23346B) is unknown color: approx Resolution Blue. HEX triplet: 23, 34 and 6B. RGB value is (35,52,107). Sum of RGB (Red+Green+Blue) = 35+52+107=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #23346B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23346B is #DCCB94. Grayscale: #343434. Windows color (decimal): -14470037 or 7025699. OLE color: 7025699.

HSL color Cylindrical-coordinate representation of color #23346B: hue angle of 225.83º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #23346B is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3552107-
CMYK0.670.5100.58
HSL225.83º50.7%27.84%-
HSV(B)225.83º67.29%41.96%-
XYZ4.573.8714.42-
YUV53.19158.37115.03-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.04%
GREEN value IS 52 (20.70% from 255) = 26.80%
BLUE value IS 107 (42.19% from 255) = 55.15%
R=18.04%
G=26.80%
B=55.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35521070.670.5100.58225.8350.727.84
Hex23346B433303Ae2331c
Octal4364153103630723426334
Binary1000111101001101011100001111001101110101110001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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