#234373

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

Shades of Resolution Blue #234373

Tints of Resolution Blue #234373

Color information

#234373 (or 0x234373) is unknown color: approx Resolution Blue. HEX triplet: 23, 43 and 73. RGB value is (35,67,115). Sum of RGB (Red+Green+Blue) = 35+67+115=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #234373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234373 is #DCBC8C. Grayscale: #3E3E3E. Windows color (decimal): -14466189 or 7553827. OLE color: 7553827.

HSL color Cylindrical-coordinate representation of color #234373: hue angle of 216º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #234373 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3567115-
CMYK0.700.4200.55
HSL216º53.33%29.41%-
HSV(B)216º69.57%45.1%-
XYZ5.795.6117-
YUV62.9157.4108.1-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.13%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 115 (45.31% from 255) = 53.00%
R=16.13%
G=30.88%
B=53.00%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35671150.700.4200.5521653.3329.41
Hex234373462A037d8351d
Octal43103163106520673306535
Binary10001110000111110011100011010101001101111101100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234373; }

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

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

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

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

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

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

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

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