#234475

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

Shades of Resolution Blue #234475

Tints of Resolution Blue #234475

Color information

#234475 (or 0x234475) is unknown color: approx Resolution Blue. HEX triplet: 23, 44 and 75. RGB value is (35,68,117). Sum of RGB (Red+Green+Blue) = 35+68+117=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #234475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234475 is #DCBB8A. Grayscale: #3F3F3F. Windows color (decimal): -14465931 or 7685155. OLE color: 7685155.

HSL color Cylindrical-coordinate representation of color #234475: hue angle of 215.85º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #234475 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3568117-
CMYK0.700.4200.54
HSL215.85º53.95%29.8%-
HSV(B)215.85º70.09%45.88%-
XYZ5.975.7817.63-
YUV63.72158.07107.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.91%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=15.91%
G=30.91%
B=53.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35681170.700.4200.54215.8553.9529.8
Hex234475462A036d8361e
Octal43104165106520663306636
Binary10001110001001110101100011010101001101101101100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234475; }

 p { color: rgb(35,68,117); }

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

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

 a { background-color: rgb(35,68,117); }

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

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

 span { border-color: rgb(35,68,117); }

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