#233289

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

Shades of Resolution Blue #233289

Tints of Resolution Blue #233289

Color information

#233289 (or 0x233289) is unknown color: approx Resolution Blue. HEX triplet: 23, 32 and 89. RGB value is (35,50,137). Sum of RGB (Red+Green+Blue) = 35+50+137=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #233289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233289 is #DCCD76. Grayscale: #373737. Windows color (decimal): -14470519 or 8991267. OLE color: 8991267.

HSL color Cylindrical-coordinate representation of color #233289: hue angle of 231.18º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #233289 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3550137-
CMYK0.740.6400.46
HSL231.18º59.3%33.73%-
HSV(B)231.18º74.45%53.73%-
XYZ6.354.4424.19-
YUV55.43174.03113.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.77%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 137 (53.91% from 255) = 61.71%
R=15.77%
G=22.52%
B=61.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal35501370.740.6400.46231.1859.333.73
Hex2332894A4002Ee73b22
Octal43622111121000563477342
Binary1000111100101000100110010101000000010111011100111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233289; }

 p { color: rgb(35,50,137); }

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

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

 a { background-color: rgb(35,50,137); }

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

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

 span { border-color: rgb(35,50,137); }

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