#233A7F

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

Shades of Resolution Blue #233A7F

Tints of Resolution Blue #233A7F

Color information

#233A7F (or 0x233A7F) is unknown color: approx Resolution Blue. HEX triplet: 23, 3A and 7F. RGB value is (35,58,127). Sum of RGB (Red+Green+Blue) = 35+58+127=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #233A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A7F is #DCC580. Grayscale: #3A3A3A. Windows color (decimal): -14468481 or 8337955. OLE color: 8337955.

HSL color Cylindrical-coordinate representation of color #233A7F: hue angle of 225º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #233A7F is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3558127-
CMYK0.720.5400.50
HSL225º56.79%31.76%-
HSV(B)225º72.44%49.8%-
XYZ6.044.9220.71-
YUV58.99166.38110.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.91%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 127 (50% from 255) = 57.73%
R=15.91%
G=26.36%
B=57.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35581270.720.5400.5022556.7931.76
Hex233A7F4836032e13920
Octal4372177110660623417140
Binary10001111101011111111001000110110011001011100001111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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