#233073

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

Shades of Resolution Blue #233073

Tints of Resolution Blue #233073

Color information

#233073 (or 0x233073) is unknown color: approx Resolution Blue. HEX triplet: 23, 30 and 73. RGB value is (35,48,115). Sum of RGB (Red+Green+Blue) = 35+48+115=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #233073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233073 is #DCCF8C. Grayscale: #333333. Windows color (decimal): -14471053 or 7548963. OLE color: 7548963.

HSL color Cylindrical-coordinate representation of color #233073: hue angle of 230.25º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #233073 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3548115-
CMYK0.700.5800.55
HSL230.25º53.33%29.41%-
HSV(B)230.25º69.57%45.1%-
XYZ4.843.7116.68-
YUV51.75163.69116.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.68%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 115 (45.31% from 255) = 58.08%
R=17.68%
G=24.24%
B=58.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35481150.700.5800.55230.2553.3329.41
Hex233073463A037e6351d
Octal4360163106720673466535
Binary1000111100001110011100011011101001101111110011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233073; }

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

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

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

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

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

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

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

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