#23306D

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

Shades of Resolution Blue #23306D

Tints of Resolution Blue #23306D

Color information

#23306D (or 0x23306D) is unknown color: approx Resolution Blue. HEX triplet: 23, 30 and 6D. RGB value is (35,48,109). Sum of RGB (Red+Green+Blue) = 35+48+109=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #23306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23306D is #DCCF92. Grayscale: #323232. Windows color (decimal): -14471059 or 7155747. OLE color: 7155747.

HSL color Cylindrical-coordinate representation of color #23306D: hue angle of 229.46º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23306D is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3548109-
CMYK0.680.5600.57
HSL229.46º51.39%28.24%-
HSV(B)229.46º67.89%42.75%-
XYZ4.513.5814.92-
YUV51.07160.69116.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.23%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 109 (42.97% from 255) = 56.77%
R=18.23%
G=25%
B=56.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal35481090.680.5600.57229.4651.3928.24
Hex23306D4438039e5331c
Octal4360155104700713456334
Binary1000111100001101101100010011100001110011110010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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