#243C70

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

Shades of Resolution Blue #243C70

Tints of Resolution Blue #243C70

Color information

#243C70 (or 0x243C70) is unknown color: approx Resolution Blue. HEX triplet: 24, 3C and 70. RGB value is (36,60,112). Sum of RGB (Red+Green+Blue) = 36+60+112=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #243C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C70 is #DBC38F. Grayscale: #3A3A3A. Windows color (decimal): -14402448 or 7355428. OLE color: 7355428.

HSL color Cylindrical-coordinate representation of color #243C70: hue angle of 221.05º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #243C70 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3660112-
CMYK0.680.4600.56
HSL221.05º51.35%29.02%-
HSV(B)221.05º67.86%43.92%-
XYZ5.274.7815.97-
YUV58.75158.05111.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.31%
GREEN value IS 60 (23.83% from 255) = 28.85%
BLUE value IS 112 (44.14% from 255) = 53.85%
R=17.31%
G=28.85%
B=53.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36601120.680.4600.56221.0551.3529.02
Hex243C70442E038dd331d
Octal4474160104560703356335
Binary1001001111001110000100010010111001110001101110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243C70; }

 p { color: rgb(36,60,112); }

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

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

 a { background-color: rgb(36,60,112); }

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

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

 span { border-color: rgb(36,60,112); }

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