#24338D

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

Shades of Resolution Blue #24338D

Tints of Resolution Blue #24338D

Color information

#24338D (or 0x24338D) is unknown color: approx Resolution Blue. HEX triplet: 24, 33 and 8D. RGB value is (36,51,141). Sum of RGB (Red+Green+Blue) = 36+51+141=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #24338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24338D is #DBCC72. Grayscale: #383838. Windows color (decimal): -14404723 or 9253668. OLE color: 9253668.

HSL color Cylindrical-coordinate representation of color #24338D: hue angle of 231.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24338D is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3651141-
CMYK0.740.6400.45
HSL231.43º59.32%34.71%-
HSV(B)231.43º74.47%55.29%-
XYZ6.724.6725.75-
YUV56.77175.53113.18-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.79%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 141 (55.47% from 255) = 61.84%
R=15.79%
G=22.37%
B=61.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36511410.740.6400.45231.4359.3234.71
Hex24338D4A4002De73b23
Octal44632151121000553477343
Binary1001001100111000110110010101000000010110111100111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24338D; }

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

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

<style>
 a { background-color: #24338D; }

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

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

<style>
 span { border-color: #24338D; }

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

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