#242F75

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

Shades of Resolution Blue #242F75

Tints of Resolution Blue #242F75

Color information

#242F75 (or 0x242F75) is unknown color: approx Resolution Blue. HEX triplet: 24, 2F and 75. RGB value is (36,47,117). Sum of RGB (Red+Green+Blue) = 36+47+117=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #242F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F75 is #DBD08A. Grayscale: #333333. Windows color (decimal): -14405771 or 7679780. OLE color: 7679780.

HSL color Cylindrical-coordinate representation of color #242F75: hue angle of 231.85º 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 #242F75 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3647117-
CMYK0.690.6000.54
HSL231.85º52.94%30%-
HSV(B)231.85º69.23%45.88%-
XYZ4.953.6917.28-
YUV51.69164.86116.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18%
GREEN value IS 47 (18.75% from 255) = 23.5%
BLUE value IS 117 (46.09% from 255) = 58.5%
R=18%
G=23.5%
B=58.5%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36471170.690.6000.54231.8552.9430
Hex242F75453C036e8351e
Octal4457165105740663506536
Binary1001001011111110101100010111110001101101110100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242F75; }

 p { color: rgb(36,47,117); }

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

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

 a { background-color: rgb(36,47,117); }

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

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

 span { border-color: rgb(36,47,117); }

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