#243473

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

Shades of Resolution Blue #243473

Tints of Resolution Blue #243473

Color information

#243473 (or 0x243473) is unknown color: approx Resolution Blue. HEX triplet: 24, 34 and 73. RGB value is (36,52,115). Sum of RGB (Red+Green+Blue) = 36+52+115=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #243473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243473 is #DBCB8C. Grayscale: #363636. Windows color (decimal): -14404493 or 7549988. OLE color: 7549988.

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

Color convert

RGB3652115-
CMYK0.690.5500.55
HSL227.85º52.32%29.61%-
HSV(B)227.85º68.7%45.1%-
XYZ5.054.0716.74-
YUV54.4162.2114.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.73%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=17.73%
G=25.62%
B=56.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36521150.690.5500.55227.8552.3229.61
Hex2434734537037e4341e
Octal4464163105670673446436
Binary1001001101001110011100010111011101101111110010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243473; }

 p { color: rgb(36,52,115); }

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

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

 a { background-color: rgb(36,52,115); }

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

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

 span { border-color: rgb(36,52,115); }

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