#242F72

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

Shades of Resolution Blue #242F72

Tints of Resolution Blue #242F72

Color information

#242F72 (or 0x242F72) is unknown color: approx Resolution Blue. HEX triplet: 24, 2F and 72. RGB value is (36,47,114). Sum of RGB (Red+Green+Blue) = 36+47+114=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #242F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F72 is #DBD08D. Grayscale: #333333. Windows color (decimal): -14405774 or 7483172. OLE color: 7483172.

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

Color convert

RGB3647114-
CMYK0.680.5900.55
HSL231.54º52%29.41%-
HSV(B)231.54º68.42%44.71%-
XYZ4.783.6216.37-
YUV51.35163.36117.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.27%
GREEN value IS 47 (18.75% from 255) = 23.86%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=18.27%
G=23.86%
B=57.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36471140.680.5900.55231.545229.41
Hex242F72443B037e8341d
Octal4457162104730673506435
Binary1001001011111110010100010011101101101111110100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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