#23306B

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

Shades of Resolution Blue #23306B

Tints of Resolution Blue #23306B

Color information

#23306B (or 0x23306B) is unknown color: approx Resolution Blue. HEX triplet: 23, 30 and 6B. RGB value is (35,48,107). Sum of RGB (Red+Green+Blue) = 35+48+107=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #23306B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23306B is #DCCF94. Grayscale: #323232. Windows color (decimal): -14471061 or 7024675. OLE color: 7024675.

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

Color convert

RGB3548107-
CMYK0.670.5500.58
HSL229.17º50.7%27.84%-
HSV(B)229.17º67.29%41.96%-
XYZ4.43.5314.36-
YUV50.84159.69116.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.42%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 107 (42.19% from 255) = 56.32%
R=18.42%
G=25.26%
B=56.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35481070.670.5500.58229.1750.727.84
Hex23306B433703Ae5331c
Octal4360153103670723456334
Binary1000111100001101011100001111011101110101110010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23306B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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