#233585

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

Shades of Resolution Blue #233585

Tints of Resolution Blue #233585

Color information

#233585 (or 0x233585) is unknown color: approx Resolution Blue. HEX triplet: 23, 35 and 85. RGB value is (35,53,133). Sum of RGB (Red+Green+Blue) = 35+53+133=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #233585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233585 is #DCCA7A. Grayscale: #383838. Windows color (decimal): -14469755 or 8729891. OLE color: 8729891.

HSL color Cylindrical-coordinate representation of color #233585: hue angle of 228.98º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #233585 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3553133-
CMYK0.740.6000.48
HSL228.98º58.33%32.94%-
HSV(B)228.98º73.68%52.16%-
XYZ6.24.622.75-
YUV56.74171.04112.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.84%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 133 (52.34% from 255) = 60.18%
R=15.84%
G=23.98%
B=60.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35531330.740.6000.48228.9858.3332.94
Hex2335854A3C030e53a21
Octal4365205112740603457241
Binary100011110101100001011001010111100011000011100101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233585; }

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

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

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

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

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

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

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

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