#24337F

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

Shades of Resolution Blue #24337F

Tints of Resolution Blue #24337F

Color information

#24337F (or 0x24337F) is unknown color: approx Resolution Blue. HEX triplet: 24, 33 and 7F. RGB value is (36,51,127). Sum of RGB (Red+Green+Blue) = 36+51+127=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #24337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24337F is #DBCC80. Grayscale: #363636. Windows color (decimal): -14404737 or 8336164. OLE color: 8336164.

HSL color Cylindrical-coordinate representation of color #24337F: hue angle of 230.11º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24337F is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3651127-
CMYK0.720.6000.50
HSL230.11º55.83%31.96%-
HSV(B)230.11º71.65%49.8%-
XYZ5.744.2820.6-
YUV55.18168.53114.32-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.82%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 127 (50% from 255) = 59.35%
R=16.82%
G=23.83%
B=59.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36511270.720.6000.50230.1155.8331.96
Hex24337F483C032e63820
Octal4463177110740623467040
Binary10010011001111111111001000111100011001011100110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,51,127); }

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

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

 a { background-color: rgb(36,51,127); }

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

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

 span { border-color: rgb(36,51,127); }

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