#233D73

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

Shades of Resolution Blue #233D73

Tints of Resolution Blue #233D73

Color information

#233D73 (or 0x233D73) is unknown color: approx Resolution Blue. HEX triplet: 23, 3D and 73. RGB value is (35,61,115). Sum of RGB (Red+Green+Blue) = 35+61+115=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #233D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D73 is #DCC28C. Grayscale: #3B3B3B. Windows color (decimal): -14467725 or 7552291. OLE color: 7552291.

HSL color Cylindrical-coordinate representation of color #233D73: hue angle of 220.5º 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 #233D73 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3561115-
CMYK0.700.4700.55
HSL220.5º53.33%29.41%-
HSV(B)220.5º69.57%45.1%-
XYZ5.464.9316.88-
YUV59.38159.39110.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.59%
GREEN value IS 61 (24.22% from 255) = 28.91%
BLUE value IS 115 (45.31% from 255) = 54.50%
R=16.59%
G=28.91%
B=54.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35611150.700.4700.55220.553.3329.41
Hex233D73462F037dc351d
Octal4375163106570673346535
Binary1000111111011110011100011010111101101111101110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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