#233070

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

Shades of Resolution Blue #233070

Tints of Resolution Blue #233070

Color information

#233070 (or 0x233070) is unknown color: approx Resolution Blue. HEX triplet: 23, 30 and 70. RGB value is (35,48,112). Sum of RGB (Red+Green+Blue) = 35+48+112=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #233070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233070 is #DCCF8F. Grayscale: #333333. Windows color (decimal): -14471056 or 7352355. OLE color: 7352355.

HSL color Cylindrical-coordinate representation of color #233070: hue angle of 229.87º degrees, saturation: 0.52, 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 #233070 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3548112-
CMYK0.690.5700.56
HSL229.87º52.38%28.82%-
HSV(B)229.87º68.75%43.92%-
XYZ4.673.6415.79-
YUV51.41162.19116.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.95%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 112 (44.14% from 255) = 57.44%
R=17.95%
G=24.62%
B=57.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35481120.690.5700.56229.8752.3828.82
Hex2330704539038e6341d
Octal4360160105710703466435
Binary1000111100001110000100010111100101110001110011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233070; }

 p { color: rgb(35,48,112); }

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

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

 a { background-color: rgb(35,48,112); }

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

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

 span { border-color: rgb(35,48,112); }

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