#24358D

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

Shades of Resolution Blue #24358D

Tints of Resolution Blue #24358D

Color information

#24358D (or 0x24358D) is unknown color: approx Resolution Blue. HEX triplet: 24, 35 and 8D. RGB value is (36,53,141). Sum of RGB (Red+Green+Blue) = 36+53+141=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #24358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24358D is #DBCA72. Grayscale: #393939. Windows color (decimal): -14404211 or 9254180. OLE color: 9254180.

HSL color Cylindrical-coordinate representation of color #24358D: hue angle of 230.29º 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 #24358D is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3653141-
CMYK0.740.6200.45
HSL230.29º59.32%34.71%-
HSV(B)230.29º74.47%55.29%-
XYZ6.814.8425.78-
YUV57.95174.87112.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.65%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 141 (55.47% from 255) = 61.30%
R=15.65%
G=23.04%
B=61.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36531410.740.6200.45230.2959.3234.71
Hex24358D4A3E02De63b23
Octal4465215112760553467343
Binary100100110101100011011001010111110010110111100110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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