#232E73

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

Shades of Resolution Blue #232E73

Tints of Resolution Blue #232E73

Color information

#232E73 (or 0x232E73) is unknown color: approx Resolution Blue. HEX triplet: 23, 2E and 73. RGB value is (35,46,115). Sum of RGB (Red+Green+Blue) = 35+46+115=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #232E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E73 is #DCD18C. Grayscale: #323232. Windows color (decimal): -14471565 or 7548451. OLE color: 7548451.

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

Color convert

RGB3546115-
CMYK0.700.600.55
HSL231.75º53.33%29.41%-
HSV(B)231.75º69.57%45.1%-
XYZ4.763.5516.65-
YUV50.58164.36116.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.86%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 115 (45.31% from 255) = 58.67%
R=17.86%
G=23.47%
B=58.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35461150.700.600.55231.7553.3329.41
Hex232E73463C037e8351d
Octal4356163106740673506535
Binary1000111011101110011100011011110001101111110100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232E73; }

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

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

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

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

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

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

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

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