Html Css Color HEX #24438C Tory Blue

📋 copy color: '#24438C'

red 36 ◦ green 67 ◦ blue 140

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

Shades of Tory Blue #24438C

Tints of Tory Blue #24438C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.57%

 BLUE value IS 140 (55.08% from 255) = 57.61%

R = 14.81%
G = 27.57%
B = 57.61%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24438C (or 0x24438C) is known color: Tory Blue. HEX triplet: 24, 43 and 8C. RGB value is (36,67,140). Sum of RGB (Red+Green+Blue) = 36+67+140=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #24438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24438C is #DBBC73. Grayscale: #414141. Windows color (decimal): -14400628 or 9192228. OLE color: 9192228.

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

Color convert

RGB 36 67 140 -
CMYK 0.74 0.52 0 0.45
HSL 222.12º 0.59% 0.35% -
HSV(B) 222.12º 0.74% 0.55% -
XYZ 7.47 6.28 25.63 -
YUV 66.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 36 67 140 0.74 0.52 0 0.45 222.12 0.59 0.35
Hex 24 43 8C 4A 34 0 2D DE 3B 23
Octal 44 103 214 112 64 0 55 336 73 43
Binary 100100 1000011 10001100 1001010 110100 0 101101 11011110 111011 100011

Color Harmonies of #24438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24438C

Black with #24438C

Text Example


Text Example

White with #24438C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24438C; }

 p { color: rgb(36,67,140); }

 H1.HeaderClassName
 {
   color: #24438C;
 }
 .AnyTagClassName
 {
   color: #24438C;
 }
</style>

background-color css

<style>
 a { background-color: #24438C; }

 a { background-color: rgb(36,67,140); }

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

border-color css

<style>
 span { border-color: #24438C; }

 span { border-color: rgb(36,67,140); }

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