#23308D

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

Shades of Resolution Blue #23308D

Tints of Resolution Blue #23308D

Color information

#23308D (or 0x23308D) is unknown color: approx Resolution Blue. HEX triplet: 23, 30 and 8D. RGB value is (35,48,141). Sum of RGB (Red+Green+Blue) = 35+48+141=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #23308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23308D is #DCCF72. Grayscale: #363636. Windows color (decimal): -14471027 or 9252899. OLE color: 9252899.

HSL color Cylindrical-coordinate representation of color #23308D: hue angle of 232.64º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23308D is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3548141-
CMYK0.750.6600.45
HSL232.64º60.23%34.51%-
HSV(B)232.64º75.18%55.29%-
XYZ6.564.3925.7-
YUV54.72176.69113.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.62%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 141 (55.47% from 255) = 62.95%
R=15.62%
G=21.43%
B=62.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35481410.750.6600.45232.6460.2334.51
Hex23308D4B4202De93c23
Octal43602151131020553517443
Binary1000111100001000110110010111000010010110111101001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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