#234070

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

Shades of Resolution Blue #234070

Tints of Resolution Blue #234070

Color information

#234070 (or 0x234070) is unknown color: approx Resolution Blue. HEX triplet: 23, 40 and 70. RGB value is (35,64,112). Sum of RGB (Red+Green+Blue) = 35+64+112=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #234070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234070 is #DCBF8F. Grayscale: #3C3C3C. Windows color (decimal): -14466960 or 7356451. OLE color: 7356451.

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

Color convert

RGB3564112-
CMYK0.690.4300.56
HSL217.4º52.38%28.82%-
HSV(B)217.4º68.75%43.92%-
XYZ5.455.1916.04-
YUV60.8156.89109.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.59%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=16.59%
G=30.33%
B=53.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35641120.690.4300.56217.452.3828.82
Hex234070452B038d9341d
Octal43100160105530703316435
Binary10001110000001110000100010110101101110001101100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234070; }

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

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

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

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

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

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

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

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