#24346F

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

Shades of Resolution Blue #24346F

Tints of Resolution Blue #24346F

Color information

#24346F (or 0x24346F) is unknown color: approx Resolution Blue. HEX triplet: 24, 34 and 6F. RGB value is (36,52,111). Sum of RGB (Red+Green+Blue) = 36+52+111=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #24346F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24346F is #DBCB90. Grayscale: #353535. Windows color (decimal): -14404497 or 7287844. OLE color: 7287844.

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

Color convert

RGB3652111-
CMYK0.680.5300.56
HSL227.2º51.02%28.82%-
HSV(B)227.2º67.57%43.53%-
XYZ4.823.9815.55-
YUV53.94160.2115.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.09%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 111 (43.75% from 255) = 55.78%
R=18.09%
G=26.13%
B=55.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36521110.680.5300.56227.251.0228.82
Hex24346F4435038e3331d
Octal4464157104650703436335
Binary1001001101001101111100010011010101110001110001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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