#234372

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

Shades of Resolution Blue #234372

Tints of Resolution Blue #234372

Color information

#234372 (or 0x234372) is unknown color: approx Resolution Blue. HEX triplet: 23, 43 and 72. RGB value is (35,67,114). Sum of RGB (Red+Green+Blue) = 35+67+114=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #234372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234372 is #DCBC8D. Grayscale: #3E3E3E. Windows color (decimal): -14466190 or 7488291. OLE color: 7488291.

HSL color Cylindrical-coordinate representation of color #234372: hue angle of 215.7º 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 #234372 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3567114-
CMYK0.690.4100.55
HSL215.7º53.02%29.22%-
HSV(B)215.7º69.3%44.71%-
XYZ5.745.5916.7-
YUV62.79156.9108.18-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 67 (26.56% from 255) = 31.02%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=16.20%
G=31.02%
B=52.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35671140.690.4100.55215.753.0229.22
Hex2343724529037d8351d
Octal43103162105510673306535
Binary10001110000111110010100010110100101101111101100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234372; }

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

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

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

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

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

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

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

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