#233587

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

Shades of Resolution Blue #233587

Tints of Resolution Blue #233587

Color information

#233587 (or 0x233587) is unknown color: approx Resolution Blue. HEX triplet: 23, 35 and 87. RGB value is (35,53,135). Sum of RGB (Red+Green+Blue) = 35+53+135=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #233587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233587 is #DCCA78. Grayscale: #383838. Windows color (decimal): -14469753 or 8860963. OLE color: 8860963.

HSL color Cylindrical-coordinate representation of color #233587: hue angle of 229.2º 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 #233587 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3553135-
CMYK0.740.6100.47
HSL229.2º58.82%33.33%-
HSV(B)229.2º74.07%52.94%-
XYZ6.344.6523.49-
YUV56.97172.04112.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.70%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 135 (53.12% from 255) = 60.54%
R=15.70%
G=23.77%
B=60.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35531350.740.6100.47229.258.8233.33
Hex2335874A3D02Fe53b21
Octal4365207112750573457341
Binary100011110101100001111001010111101010111111100101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233587; }

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

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

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

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

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

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

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

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