Html Css Color HEX #24398F Tory Blue

📋 copy color: '#24398F'

red 36 ◦ green 57 ◦ blue 143

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

Shades of Tory Blue #24398F

Tints of Tory Blue #24398F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.15%

 BLUE value IS 143 (56.25% from 255) = 60.59%

R = 15.25%
G = 24.15%
B = 60.59%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24398F (or 0x24398F) is known color: Tory Blue. HEX triplet: 24, 39 and 8F. RGB value is (36,57,143). Sum of RGB (Red+Green+Blue) = 36+57+143=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 143 (56.25% from 255 or 60.59% from 236); Max value from RGB is 143 - color contains mainly: blue. Hex color #24398F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24398F is #DBC670. Grayscale: #3C3C3C. Windows color (decimal): -14403185 or 9386276. OLE color: 9386276.

HSL color Cylindrical-coordinate representation of color #24398F: hue angle of 228.22º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24398F is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 57 143 -
CMYK 0.75 0.60 0 0.44
HSL 228.22º 0.6% 0.35% -
HSV(B) 228.22º 0.75% 0.56% -
XYZ 7.15 5.28 26.63 -
YUV 60.53 174.54 110.51 -
System Red Green Blue C M Y K H S L
Decimal 36 57 143 0.75 0.60 0 0.44 228.22 0.6 0.35
Hex 24 39 8F 4B 3C 0 2C E4 3C 23
Octal 44 71 217 113 74 0 54 344 74 43
Binary 100100 111001 10001111 1001011 111100 0 101100 11100100 111100 100011

Color Harmonies of #24398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24398F

Black with #24398F

Text Example


Text Example

White with #24398F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,57,143); }

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

background-color css

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

 a { background-color: rgb(36,57,143); }

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

border-color css

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

 span { border-color: rgb(36,57,143); }

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