#243070

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

Shades of Resolution Blue #243070

Tints of Resolution Blue #243070

Color information

#243070 (or 0x243070) is unknown color: approx Resolution Blue. HEX triplet: 24, 30 and 70. RGB value is (36,48,112). Sum of RGB (Red+Green+Blue) = 36+48+112=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #243070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243070 is #DBCF8F. Grayscale: #333333. Windows color (decimal): -14405520 or 7352356. OLE color: 7352356.

HSL color Cylindrical-coordinate representation of color #243070: hue angle of 230.53º 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 #243070 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3648112-
CMYK0.680.5700.56
HSL230.53º51.35%29.02%-
HSV(B)230.53º67.86%43.92%-
XYZ4.713.6615.79-
YUV51.71162.02116.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.37%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 112 (44.14% from 255) = 57.14%
R=18.37%
G=24.49%
B=57.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36481120.680.5700.56230.5351.3529.02
Hex2430704439038e7331d
Octal4460160104710703476335
Binary1001001100001110000100010011100101110001110011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243070; }

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

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

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

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

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

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

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

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