Html Css Color HEX #24316D Resolution Blue

📋 copy color: '#24316D'

red 36 ◦ green 49 ◦ blue 109

#24316D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #24316D

Tints of Resolution Blue #24316D

RGB

 RED value IS 36 (14.45% from 255) = 18.56%

 GREEN value IS 49 (19.53% from 255) = 25.26%

 BLUE value IS 109 (42.97% from 255) = 56.19%

R = 18.56%
G = 25.26%
B = 56.19%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#24316D (or 0x24316D) is known color: Resolution Blue. HEX triplet: 24, 31 and 6D. RGB value is (36,49,109). Sum of RGB (Red+Green+Blue) = 36+49+109=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #24316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24316D is #DBCE92. Grayscale: #333333. Windows color (decimal): -14405267 or 7156004. OLE color: 7156004.

HSL color Cylindrical-coordinate representation of color #24316D: hue angle of 229.32º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24316D is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 36 49 109 -
CMYK 0.67 0.55 0 0.57
HSL 229.32º 0.5% 0.28% -
HSV(B) 229.32º 0.67% 0.43% -
XYZ 4.59 3.68 14.94 -
YUV 51.95 160.19 116.62 -
System Red Green Blue C M Y K H S L
Decimal 36 49 109 0.67 0.55 0 0.57 229.32 0.5 0.28
Hex 24 31 6D 43 37 0 39 E5 32 1C
Octal 44 61 155 103 67 0 71 345 62 34
Binary 100100 110001 1101101 1000011 110111 0 111001 11100101 110010 11100

Color Harmonies of #24316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24316D

Black with #24316D

Text Example


Text Example

White with #24316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,49,109); }

 H1.HeaderClassName
 {
   color: #24316D;
 }
 .AnyTagClassName
 {
   color: #24316D;
 }
</style>

background-color css

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

 a { background-color: rgb(36,49,109); }

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

border-color css

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

 span { border-color: rgb(36,49,109); }

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