#233A87

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

Shades of Resolution Blue #233A87

Tints of Resolution Blue #233A87

Color information

#233A87 (or 0x233A87) is unknown color: approx Resolution Blue. HEX triplet: 23, 3A and 87. RGB value is (35,58,135). Sum of RGB (Red+Green+Blue) = 35+58+135=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #233A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233A87 is #DCC578. Grayscale: #3B3B3B. Windows color (decimal): -14468473 or 8862243. OLE color: 8862243.

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

Color convert

RGB3558135-
CMYK0.740.5700.47
HSL226.2º58.82%33.33%-
HSV(B)226.2º74.07%52.94%-
XYZ6.585.1323.57-
YUV59.9170.38110.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.35%
GREEN value IS 58 (23.05% from 255) = 25.44%
BLUE value IS 135 (53.12% from 255) = 59.21%
R=15.35%
G=25.44%
B=59.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35581350.740.5700.47226.258.8233.33
Hex233A874A3902Fe23b21
Octal4372207112710573427341
Binary100011111010100001111001010111001010111111100010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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