#24327A

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

Shades of Resolution Blue #24327A

Tints of Resolution Blue #24327A

Color information

#24327A (or 0x24327A) is unknown color: approx Resolution Blue. HEX triplet: 24, 32 and 7A. RGB value is (36,50,122). Sum of RGB (Red+Green+Blue) = 36+50+122=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #24327A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24327A is #DBCD85. Grayscale: #353535. Windows color (decimal): -14404998 or 8008228. OLE color: 8008228.

HSL color Cylindrical-coordinate representation of color #24327A: hue angle of 230.23º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24327A is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3650122-
CMYK0.700.5900.52
HSL230.23º54.43%30.98%-
HSV(B)230.23º70.49%47.84%-
XYZ5.384.0618.91-
YUV54.02166.36115.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.31%
GREEN value IS 50 (19.92% from 255) = 24.04%
BLUE value IS 122 (48.05% from 255) = 58.65%
R=17.31%
G=24.04%
B=58.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36501220.700.5900.52230.2354.4330.98
Hex24327A463B034e6361f
Octal4462172106730643466637
Binary1001001100101111010100011011101101101001110011011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24327A; }

 p { color: rgb(36,50,122); }

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

<style>
 a { background-color: #24327A; }

 a { background-color: rgb(36,50,122); }

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

<style>
 span { border-color: #24327A; }

 span { border-color: rgb(36,50,122); }

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