#234472

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

Shades of Resolution Blue #234472

Tints of Resolution Blue #234472

Color information

#234472 (or 0x234472) is unknown color: approx Resolution Blue. HEX triplet: 23, 44 and 72. RGB value is (35,68,114). Sum of RGB (Red+Green+Blue) = 35+68+114=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #234472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234472 is #DCBB8D. Grayscale: #3F3F3F. Windows color (decimal): -14465934 or 7488547. OLE color: 7488547.

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

Color convert

RGB3568114-
CMYK0.690.4000.55
HSL214.94º53.02%29.22%-
HSV(B)214.94º69.3%44.71%-
XYZ5.85.7116.72-
YUV63.38156.57107.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.13%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=16.13%
G=31.34%
B=52.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35681140.690.4000.55214.9453.0229.22
Hex2344724528037d7351d
Octal43104162105500673276535
Binary10001110001001110010100010110100001101111101011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234472; }

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

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

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

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

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

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

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

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