#243076

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

Shades of Resolution Blue #243076

Tints of Resolution Blue #243076

Color information

#243076 (or 0x243076) is unknown color: approx Resolution Blue. HEX triplet: 24, 30 and 76. RGB value is (36,48,118). Sum of RGB (Red+Green+Blue) = 36+48+118=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #243076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243076 is #DBCF89. Grayscale: #343434. Windows color (decimal): -14405514 or 7745572. OLE color: 7745572.

HSL color Cylindrical-coordinate representation of color #243076: hue angle of 231.22º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #243076 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3648118-
CMYK0.690.5900.54
HSL231.22º53.25%30.2%-
HSV(B)231.22º69.49%46.27%-
XYZ5.053.817.61-
YUV52.39165.02116.31-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.82%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 118 (46.48% from 255) = 58.42%
R=17.82%
G=23.76%
B=58.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36481180.690.5900.54231.2253.2530.2
Hex243076453B036e7351e
Octal4460166105730663476536
Binary1001001100001110110100010111101101101101110011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243076; }

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

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

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

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

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

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

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

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