#233085

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

Shades of Resolution Blue #233085

Tints of Resolution Blue #233085

Color information

#233085 (or 0x233085) is unknown color: approx Resolution Blue. HEX triplet: 23, 30 and 85. RGB value is (35,48,133). Sum of RGB (Red+Green+Blue) = 35+48+133=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #233085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233085 is #DCCF7A. Grayscale: #353535. Windows color (decimal): -14471035 or 8728611. OLE color: 8728611.

HSL color Cylindrical-coordinate representation of color #233085: hue angle of 232.04º 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 #233085 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3548133-
CMYK0.740.6400.48
HSL232.04º58.33%32.94%-
HSV(B)232.04º73.68%52.16%-
XYZ5.984.1622.68-
YUV53.8172.69114.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 48 (19.14% from 255) = 22.22%
BLUE value IS 133 (52.34% from 255) = 61.57%
R=16.20%
G=22.22%
B=61.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35481330.740.6400.48232.0458.3332.94
Hex2330854A40030e83a21
Octal43602051121000603507241
Binary1000111100001000010110010101000000011000011101000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233085; }

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

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

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

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

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

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

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

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