#24337E

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

Shades of Resolution Blue #24337E

Tints of Resolution Blue #24337E

Color information

#24337E (or 0x24337E) is unknown color: approx Resolution Blue. HEX triplet: 24, 33 and 7E. RGB value is (36,51,126). Sum of RGB (Red+Green+Blue) = 36+51+126=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 126 (49.61% from 255 or 59.15% from 213); Max value from RGB is 126 - color contains mainly: blue. Hex color #24337E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24337E is #DBCC81. Grayscale: #363636. Windows color (decimal): -14404738 or 8270628. OLE color: 8270628.

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

Color convert

RGB3651126-
CMYK0.710.6000.51
HSL230º55.56%31.76%-
HSV(B)230º71.43%49.41%-
XYZ5.684.2520.26-
YUV55.06168.03114.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.90%
GREEN value IS 51 (20.31% from 255) = 23.94%
BLUE value IS 126 (49.61% from 255) = 59.15%
R=16.90%
G=23.94%
B=59.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36511260.710.6000.5123055.5631.76
Hex24337E473C033e63820
Octal4463176107740633467040
Binary10010011001111111101000111111100011001111100110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24337E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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