#233987

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

Shades of Resolution Blue #233987

Tints of Resolution Blue #233987

Color information

#233987 (or 0x233987) is unknown color: approx Resolution Blue. HEX triplet: 23, 39 and 87. RGB value is (35,57,135). Sum of RGB (Red+Green+Blue) = 35+57+135=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #233987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233987 is #DCC678. Grayscale: #3A3A3A. Windows color (decimal): -14468729 or 8861987. OLE color: 8861987.

HSL color Cylindrical-coordinate representation of color #233987: hue angle of 226.8º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #233987 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3557135-
CMYK0.740.5800.47
HSL226.8º58.82%33.33%-
HSV(B)226.8º74.07%52.94%-
XYZ6.535.0323.55-
YUV59.31170.71110.66-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.42%
GREEN value IS 57 (22.66% from 255) = 25.11%
BLUE value IS 135 (53.12% from 255) = 59.47%
R=15.42%
G=25.11%
B=59.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35571350.740.5800.47226.858.8233.33
Hex2339874A3A02Fe33b21
Octal4371207112720573437341
Binary100011111001100001111001010111010010111111100011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233987; }

 p { color: rgb(35,57,135); }

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

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

 a { background-color: rgb(35,57,135); }

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

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

 span { border-color: rgb(35,57,135); }

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