#24388B

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

Shades of Resolution Blue #24388B

Tints of Resolution Blue #24388B

Color information

#24388B (or 0x24388B) is unknown color: approx Resolution Blue. HEX triplet: 24, 38 and 8B. RGB value is (36,56,139). Sum of RGB (Red+Green+Blue) = 36+56+139=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #24388B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24388B is #DBC774. Grayscale: #3B3B3B. Windows color (decimal): -14403445 or 9123876. OLE color: 9123876.

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

Color convert

RGB3656139-
CMYK0.740.6000.45
HSL228.35º58.86%34.31%-
HSV(B)228.35º74.1%54.51%-
XYZ6.85.0725.05-
YUV59.48172.87111.25-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.58%
GREEN value IS 56 (22.27% from 255) = 24.24%
BLUE value IS 139 (54.69% from 255) = 60.17%
R=15.58%
G=24.24%
B=60.17%

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
Decimal36561390.740.6000.45228.3558.8634.31
Hex24388B4A3C02De43b22
Octal4470213112740553447342
Binary100100111000100010111001010111100010110111100100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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