#24378D

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

Shades of Resolution Blue #24378D

Tints of Resolution Blue #24378D

Color information

#24378D (or 0x24378D) is unknown color: approx Resolution Blue. HEX triplet: 24, 37 and 8D. RGB value is (36,55,141). Sum of RGB (Red+Green+Blue) = 36+55+141=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #24378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24378D is #DBC872. Grayscale: #3A3A3A. Windows color (decimal): -14403699 or 9254692. OLE color: 9254692.

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

Color convert

RGB3655141-
CMYK0.740.6100.45
HSL229.14º59.32%34.71%-
HSV(B)229.14º74.47%55.29%-
XYZ6.95.0325.81-
YUV59.12174.21111.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.52%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 141 (55.47% from 255) = 60.78%
R=15.52%
G=23.71%
B=60.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36551410.740.6100.45229.1459.3234.71
Hex24378D4A3D02De53b23
Octal4467215112750553457343
Binary100100110111100011011001010111101010110111100101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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