#233F73

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

Shades of Resolution Blue #233F73

Tints of Resolution Blue #233F73

Color information

#233F73 (or 0x233F73) is unknown color: approx Resolution Blue. HEX triplet: 23, 3F and 73. RGB value is (35,63,115). Sum of RGB (Red+Green+Blue) = 35+63+115=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #233F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F73 is #DCC08C. Grayscale: #3C3C3C. Windows color (decimal): -14467213 or 7552803. OLE color: 7552803.

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

Color convert

RGB3563115-
CMYK0.700.4500.55
HSL219º53.33%29.41%-
HSV(B)219º69.57%45.1%-
XYZ5.575.1516.92-
YUV60.56158.72109.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.43%
GREEN value IS 63 (25% from 255) = 29.58%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=16.43%
G=29.58%
B=53.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35631150.700.4500.5521953.3329.41
Hex233F73462D037db351d
Octal4377163106550673336535
Binary1000111111111110011100011010110101101111101101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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