Html Css Color HEX #243F95 Tory Blue

📋 copy color: '#243F95'

red 36 ◦ green 63 ◦ blue 149

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

Shades of Tory Blue #243F95

Tints of Tory Blue #243F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 60.08%

R = 14.52%
G = 25.4%
B = 60.08%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#243F95 (or 0x243F95) is known color: Tory Blue. HEX triplet: 24, 3F and 95. RGB value is (36,63,149). Sum of RGB (Red+Green+Blue) = 36+63+149=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #243F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243F95 is #DBC06A. Grayscale: #404040. Windows color (decimal): -14401643 or 9781028. OLE color: 9781028.

HSL color Cylindrical-coordinate representation of color #243F95: hue angle of 225.66º 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 #243F95 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 63 149 -
CMYK 0.76 0.58 0 0.42
HSL 225.66º 0.61% 0.36% -
HSV(B) 225.66º 0.76% 0.58% -
XYZ 7.93 6.1 29.19 -
YUV 64.73 175.55 107.51 -
System Red Green Blue C M Y K H S L
Decimal 36 63 149 0.76 0.58 0 0.42 225.66 0.61 0.36
Hex 24 3F 95 4C 3A 0 2A E2 3D 24
Octal 44 77 225 114 72 0 52 342 75 44
Binary 100100 111111 10010101 1001100 111010 0 101010 11100010 111101 100100

Color Harmonies of #243F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243F95

Black with #243F95

Text Example


Text Example

White with #243F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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