#234376

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

Shades of Resolution Blue #234376

Tints of Resolution Blue #234376

Color information

#234376 (or 0x234376) is unknown color: approx Resolution Blue. HEX triplet: 23, 43 and 76. RGB value is (35,67,118). Sum of RGB (Red+Green+Blue) = 35+67+118=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #234376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234376 is #DCBC89. Grayscale: #3F3F3F. Windows color (decimal): -14466186 or 7750435. OLE color: 7750435.

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

Color convert

RGB3567118-
CMYK0.700.4300.54
HSL216.87º54.25%30%-
HSV(B)216.87º70.34%46.27%-
XYZ5.975.6817.92-
YUV63.25158.9107.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.91%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 118 (46.48% from 255) = 53.64%
R=15.91%
G=30.45%
B=53.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35671180.700.4300.54216.8754.2530
Hex234376462B036d9361e
Octal43103166106530663316636
Binary10001110000111110110100011010101101101101101100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234376; }

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

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

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

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

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

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

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

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