#233371

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

Shades of Resolution Blue #233371

Tints of Resolution Blue #233371

Color information

#233371 (or 0x233371) is unknown color: approx Resolution Blue. HEX triplet: 23, 33 and 71. RGB value is (35,51,113). Sum of RGB (Red+Green+Blue) = 35+51+113=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #233371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233371 is #DCCC8E. Grayscale: #353535. Windows color (decimal): -14470287 or 7418659. OLE color: 7418659.

HSL color Cylindrical-coordinate representation of color #233371: hue angle of 227.69º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #233371 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3551113-
CMYK0.690.5500.56
HSL227.69º52.7%29.02%-
HSV(B)227.69º69.03%44.31%-
XYZ4.863.9216.12-
YUV53.28161.7114.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.59%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 113 (44.53% from 255) = 56.78%
R=17.59%
G=25.63%
B=56.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35511130.690.5500.56227.6952.729.02
Hex2333714537038e4351d
Octal4363161105670703446535
Binary1000111100111110001100010111011101110001110010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233371; }

 p { color: rgb(35,51,113); }

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

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

 a { background-color: rgb(35,51,113); }

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

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

 span { border-color: rgb(35,51,113); }

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