#233B87

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

Shades of Resolution Blue #233B87

Tints of Resolution Blue #233B87

Color information

#233B87 (or 0x233B87) is unknown color: approx Resolution Blue. HEX triplet: 23, 3B and 87. RGB value is (35,59,135). Sum of RGB (Red+Green+Blue) = 35+59+135=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #233B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233B87 is #DCC478. Grayscale: #3C3C3C. Windows color (decimal): -14468217 or 8862499. OLE color: 8862499.

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

Color convert

RGB3559135-
CMYK0.740.5600.47
HSL225.6º58.82%33.33%-
HSV(B)225.6º74.07%52.94%-
XYZ6.635.2323.58-
YUV60.49170.05109.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.28%
GREEN value IS 59 (23.44% from 255) = 25.76%
BLUE value IS 135 (53.12% from 255) = 58.95%
R=15.28%
G=25.76%
B=58.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35591350.740.5600.47225.658.8233.33
Hex233B874A3802Fe23b21
Octal4373207112700573427341
Binary100011111011100001111001010111000010111111100010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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