Html Css Color HEX #24316F Resolution Blue

📋 copy color: '#24316F'

red 36 ◦ green 49 ◦ blue 111

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

Shades of Resolution Blue #24316F

Tints of Resolution Blue #24316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.63%

R = 18.37%
G = 25%
B = 56.63%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#24316F (or 0x24316F) is known color: Resolution Blue. HEX triplet: 24, 31 and 6F. RGB value is (36,49,111). Sum of RGB (Red+Green+Blue) = 36+49+111=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #24316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24316F is #DBCE90. Grayscale: #333333. Windows color (decimal): -14405265 or 7287076. OLE color: 7287076.

HSL color Cylindrical-coordinate representation of color #24316F: hue angle of 229.6º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24316F is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 49 111 -
CMYK 0.68 0.56 0 0.56
HSL 229.6º 0.51% 0.29% -
HSV(B) 229.6º 0.68% 0.44% -
XYZ 4.7 3.72 15.51 -
YUV 52.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 36 49 111 0.68 0.56 0 0.56 229.6 0.51 0.29
Hex 24 31 6F 44 38 0 38 E6 33 1D
Octal 44 61 157 104 70 0 70 346 63 35
Binary 100100 110001 1101111 1000100 111000 0 111000 11100110 110011 11101

Color Harmonies of #24316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24316F

Black with #24316F

Text Example


Text Example

White with #24316F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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