#24306F

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

Shades of Resolution Blue #24306F

Tints of Resolution Blue #24306F

Color information

#24306F (or 0x24306F) is unknown color: approx Resolution Blue. HEX triplet: 24, 30 and 6F. RGB value is (36,48,111). Sum of RGB (Red+Green+Blue) = 36+48+111=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 111 (43.75% from 255 or 56.92% from 195); Max value from RGB is 111 - color contains mainly: blue. Hex color #24306F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24306F is #DBCF90. Grayscale: #333333. Windows color (decimal): -14405521 or 7286820. OLE color: 7286820.

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

Color convert

RGB3648111-
CMYK0.680.5700.56
HSL230.4º51.02%28.82%-
HSV(B)230.4º67.57%43.53%-
XYZ4.653.6415.5-
YUV51.59161.52116.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.46%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 111 (43.75% from 255) = 56.92%
R=18.46%
G=24.62%
B=56.92%

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
Decimal36481110.680.5700.56230.451.0228.82
Hex24306F4439038e6331d
Octal4460157104710703466335
Binary1001001100001101111100010011100101110001110011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24306F; }

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

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

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

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

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

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

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

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