#24388D

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

Shades of Resolution Blue #24388D

Tints of Resolution Blue #24388D

Color information

#24388D (or 0x24388D) is unknown color: approx Resolution Blue. HEX triplet: 24, 38 and 8D. RGB value is (36,56,141). Sum of RGB (Red+Green+Blue) = 36+56+141=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #24388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24388D is #DBC772. Grayscale: #3B3B3B. Windows color (decimal): -14403443 or 9254948. OLE color: 9254948.

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

Color convert

RGB3656141-
CMYK0.740.6000.45
HSL228.57º59.32%34.71%-
HSV(B)228.57º74.47%55.29%-
XYZ6.955.1325.82-
YUV59.71173.87111.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.45%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 141 (55.47% from 255) = 60.52%
R=15.45%
G=24.03%
B=60.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36561410.740.6000.45228.5759.3234.71
Hex24388D4A3C02De53b23
Octal4470215112740553457343
Binary100100111000100011011001010111100010110111100101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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