#24368D

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

Shades of Resolution Blue #24368D

Tints of Resolution Blue #24368D

Color information

#24368D (or 0x24368D) is unknown color: approx Resolution Blue. HEX triplet: 24, 36 and 8D. RGB value is (36,54,141). Sum of RGB (Red+Green+Blue) = 36+54+141=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #24368D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24368D is #DBC972. Grayscale: #3A3A3A. Windows color (decimal): -14403955 or 9254436. OLE color: 9254436.

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

Color convert

RGB3654141-
CMYK0.740.6200.45
HSL229.71º59.32%34.71%-
HSV(B)229.71º74.47%55.29%-
XYZ6.854.9425.79-
YUV58.54174.54111.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.58%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 141 (55.47% from 255) = 61.04%
R=15.58%
G=23.38%
B=61.04%

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
Decimal36541410.740.6200.45229.7159.3234.71
Hex24368D4A3E02De63b23
Octal4466215112760553467343
Binary100100110110100011011001010111110010110111100110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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