Html Css Color HEX #243F8C Tory Blue

📋 copy color: '#243F8C'

red 36 ◦ green 63 ◦ blue 140

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

Shades of Tory Blue #243F8C

Tints of Tory Blue #243F8C

RGB

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

 GREEN value IS 63 (25% from 255) = 26.36%

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

R = 15.06%
G = 26.36%
B = 58.58%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#243F8C (or 0x243F8C) is known color: Tory Blue. HEX triplet: 24, 3F and 8C. RGB value is (36,63,140). Sum of RGB (Red+Green+Blue) = 36+63+140=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #243F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243F8C is #DBC073. Grayscale: #3F3F3F. Windows color (decimal): -14401652 or 9191204. OLE color: 9191204.

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

Color convert

RGB 36 63 140 -
CMYK 0.74 0.55 0 0.45
HSL 224.42º 0.59% 0.35% -
HSV(B) 224.42º 0.74% 0.55% -
XYZ 7.24 5.82 25.55 -
YUV 63.71 171.05 108.24 -
System Red Green Blue C M Y K H S L
Decimal 36 63 140 0.74 0.55 0 0.45 224.42 0.59 0.35
Hex 24 3F 8C 4A 37 0 2D E0 3B 23
Octal 44 77 214 112 67 0 55 340 73 43
Binary 100100 111111 10001100 1001010 110111 0 101101 11100000 111011 100011

Color Harmonies of #243F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243F8C

Black with #243F8C

Text Example


Text Example

White with #243F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243F8C; }

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

 H1.HeaderClassName
 {
   color: #243F8C;
 }
 .AnyTagClassName
 {
   color: #243F8C;
 }
</style>

background-color css

<style>
 a { background-color: #243F8C; }

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

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

border-color css

<style>
 span { border-color: #243F8C; }

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

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