#24338A

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

Shades of Resolution Blue #24338A

Tints of Resolution Blue #24338A

Color information

#24338A (or 0x24338A) is unknown color: approx Resolution Blue. HEX triplet: 24, 33 and 8A. RGB value is (36,51,138). Sum of RGB (Red+Green+Blue) = 36+51+138=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #24338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24338A is #DBCC75. Grayscale: #383838. Windows color (decimal): -14404726 or 9057060. OLE color: 9057060.

HSL color Cylindrical-coordinate representation of color #24338A: hue angle of 231.18º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24338A is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3651138-
CMYK0.740.6300.46
HSL231.18º58.62%34.12%-
HSV(B)231.18º73.91%54.12%-
XYZ6.54.5824.59-
YUV56.43174.03113.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16%
GREEN value IS 51 (20.31% from 255) = 22.67%
BLUE value IS 138 (54.30% from 255) = 61.33%
R=16%
G=22.67%
B=61.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36511380.740.6300.46231.1858.6234.12
Hex24338A4A3F02Ee73b22
Octal4463212112770563477342
Binary100100110011100010101001010111111010111011100111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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