#24346e

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

Shades of Resolution Blue #24346E

Tints of Resolution Blue #24346E

Color information

#24346E (or 0x24346E) is unknown color: approx Resolution Blue. HEX triplet: 24, 34 and 6E. RGB value is (36,52,110). Sum of RGB (Red+Green+Blue) = 36+52+110=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #24346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24346E is #DBCB91. Grayscale: #353535. Windows color (decimal): -14404498 or 7222308. OLE color: 7222308.

HSL color Cylindrical-coordinate representation of color #24346E: hue angle of 227.03º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24346E is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3652110-
CMYK0.670.5300.57
HSL227.03º50.68%28.63%-
HSV(B)227.03º67.27%43.14%-
XYZ4.773.9615.26-
YUV53.83159.7115.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.18%
GREEN value IS 52 (20.70% from 255) = 26.26%
BLUE value IS 110 (43.36% from 255) = 55.56%
R=18.18%
G=26.26%
B=55.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal36521100.670.5300.57227.0350.6828.63
Hex24346E4335039e3331d
Octal4464156103650713436335
Binary1001001101001101110100001111010101110011110001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24346e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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