#233575

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

Shades of Resolution Blue #233575

Tints of Resolution Blue #233575

Color information

#233575 (or 0x233575) is unknown color: approx Resolution Blue. HEX triplet: 23, 35 and 75. RGB value is (35,53,117). Sum of RGB (Red+Green+Blue) = 35+53+117=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #233575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233575 is #DCCA8A. Grayscale: #363636. Windows color (decimal): -14469771 or 7681315. OLE color: 7681315.

HSL color Cylindrical-coordinate representation of color #233575: hue angle of 226.83º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #233575 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3553117-
CMYK0.700.5500.54
HSL226.83º53.95%29.8%-
HSV(B)226.83º70.09%45.88%-
XYZ5.184.1917.37-
YUV54.91163.04113.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.07%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 117 (46.09% from 255) = 57.07%
R=17.07%
G=25.85%
B=57.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35531170.700.5500.54226.8353.9529.8
Hex2335754637036e3361e
Octal4365165106670663436636
Binary1000111101011110101100011011011101101101110001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233575; }

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

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

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

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

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

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

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

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