#233E88

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

Shades of Resolution Blue #233E88

Tints of Resolution Blue #233E88

Color information

#233E88 (or 0x233E88) is unknown color: approx Resolution Blue. HEX triplet: 23, 3E and 88. RGB value is (35,62,136). Sum of RGB (Red+Green+Blue) = 35+62+136=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #233E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233E88 is #DCC177. Grayscale: #3E3E3E. Windows color (decimal): -14467448 or 8928803. OLE color: 8928803.

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

Color convert

RGB3562136-
CMYK0.740.5400.47
HSL223.96º59.06%33.53%-
HSV(B)223.96º74.26%53.33%-
XYZ6.865.5824.01-
YUV62.36169.55108.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.02%
GREEN value IS 62 (24.61% from 255) = 26.61%
BLUE value IS 136 (53.52% from 255) = 58.37%
R=15.02%
G=26.61%
B=58.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35621360.740.5400.47223.9659.0633.53
Hex233E884A3602Fe03b22
Octal4376210112660573407342
Binary100011111110100010001001010110110010111111100000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233E88; }

 p { color: rgb(35,62,136); }

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

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

 a { background-color: rgb(35,62,136); }

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

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

 span { border-color: rgb(35,62,136); }

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