Html Css Color HEX #273C8D Tory Blue

📋 copy color: '#273C8D'

red 39 ◦ green 60 ◦ blue 141

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

Shades of Tory Blue #273C8D

Tints of Tory Blue #273C8D

RGB

 RED value IS 39 (15.63% from 255) = 16.25%

 GREEN value IS 60 (23.83% from 255) = 25%

 BLUE value IS 141 (55.47% from 255) = 58.75%

R = 16.25%
G = 25%
B = 58.75%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#273C8D (or 0x273C8D) is known color: Tory Blue. HEX triplet: 27, 3C and 8D. RGB value is (39,60,141). Sum of RGB (Red+Green+Blue) = 39+60+141=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #273C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273C8D is #D8C372. Grayscale: #3E3E3E. Windows color (decimal): -14205811 or 9255975. OLE color: 9255975.

HSL color Cylindrical-coordinate representation of color #273C8D: hue angle of 227.65º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #273C8D is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 60 141 -
CMYK 0.72 0.57 0 0.45
HSL 227.65º 0.57% 0.35% -
HSV(B) 227.65º 0.72% 0.55% -
XYZ 7.26 5.59 25.89 -
YUV 62.96 172.04 110.91 -
System Red Green Blue C M Y K H S L
Decimal 39 60 141 0.72 0.57 0 0.45 227.65 0.57 0.35
Hex 27 3C 8D 48 39 0 2D E4 39 23
Octal 47 74 215 110 71 0 55 344 71 43
Binary 100111 111100 10001101 1001000 111001 0 101101 11100100 111001 100011

Color Harmonies of #273C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273C8D

Black with #273C8D

Text Example


Text Example

White with #273C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273C8D; }

 p { color: rgb(39,60,141); }

 H1.HeaderClassName
 {
   color: #273C8D;
 }
 .AnyTagClassName
 {
   color: #273C8D;
 }
</style>

background-color css

<style>
 a { background-color: #273C8D; }

 a { background-color: rgb(39,60,141); }

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

border-color css

<style>
 span { border-color: #273C8D; }

 span { border-color: rgb(39,60,141); }

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