#234476

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

Shades of Resolution Blue #234476

Tints of Resolution Blue #234476

Color information

#234476 (or 0x234476) is unknown color: approx Resolution Blue. HEX triplet: 23, 44 and 76. RGB value is (35,68,118). Sum of RGB (Red+Green+Blue) = 35+68+118=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #234476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234476 is #DCBB89. Grayscale: #3F3F3F. Windows color (decimal): -14465930 or 7750691. OLE color: 7750691.

HSL color Cylindrical-coordinate representation of color #234476: hue angle of 216.14º 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 #234476 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3568118-
CMYK0.700.4200.54
HSL216.14º54.25%30%-
HSV(B)216.14º70.34%46.27%-
XYZ6.035.817.94-
YUV63.83158.57107.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.84%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 118 (46.48% from 255) = 53.39%
R=15.84%
G=30.77%
B=53.39%

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
Decimal35681180.700.4200.54216.1454.2530
Hex234476462A036d8361e
Octal43104166106520663306636
Binary10001110001001110110100011010101001101101101100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234476; }

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

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

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

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

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

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

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

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