Html Css Color HEX #243F94 Tory Blue

📋 copy color: '#243F94'

red 36 ◦ green 63 ◦ blue 148

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

Shades of Tory Blue #243F94

Tints of Tory Blue #243F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 59.92%

R = 14.57%
G = 25.51%
B = 59.92%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#243F94 (or 0x243F94) is known color: Tory Blue. HEX triplet: 24, 3F and 94. RGB value is (36,63,148). Sum of RGB (Red+Green+Blue) = 36+63+148=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #243F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243F94 is #DBC06B. Grayscale: #404040. Windows color (decimal): -14401644 or 9715492. OLE color: 9715492.

HSL color Cylindrical-coordinate representation of color #243F94: hue angle of 225.54º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #243F94 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 63 148 -
CMYK 0.76 0.57 0 0.42
HSL 225.54º 0.61% 0.36% -
HSV(B) 225.54º 0.76% 0.58% -
XYZ 7.85 6.07 28.77 -
YUV 64.62 175.05 107.59 -
System Red Green Blue C M Y K H S L
Decimal 36 63 148 0.76 0.57 0 0.42 225.54 0.61 0.36
Hex 24 3F 94 4C 39 0 2A E2 3D 24
Octal 44 77 224 114 71 0 52 342 75 44
Binary 100100 111111 10010100 1001100 111001 0 101010 11100010 111101 100100

Color Harmonies of #243F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243F94

Black with #243F94

Text Example


Text Example

White with #243F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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