#232E7B

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

Shades of Resolution Blue #232E7B

Tints of Resolution Blue #232E7B

Color information

#232E7B (or 0x232E7B) is unknown color: approx Resolution Blue. HEX triplet: 23, 2E and 7B. RGB value is (35,46,123). Sum of RGB (Red+Green+Blue) = 35+46+123=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #232E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E7B is #DCD184. Grayscale: #333333. Windows color (decimal): -14471557 or 8072739. OLE color: 8072739.

HSL color Cylindrical-coordinate representation of color #232E7B: hue angle of 232.5º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #232E7B is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3546123-
CMYK0.720.6300.52
HSL232.5º55.7%30.98%-
HSV(B)232.5º71.54%48.24%-
XYZ5.253.7419.18-
YUV51.49168.36116.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.16%
GREEN value IS 46 (18.36% from 255) = 22.55%
BLUE value IS 123 (48.44% from 255) = 60.29%
R=17.16%
G=22.55%
B=60.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35461230.720.6300.52232.555.730.98
Hex232E7B483F034e8381f
Octal4356173110770643507037
Binary1000111011101111011100100011111101101001110100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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