Html Css Color HEX #273C8C Tory Blue

📋 copy color: '#273C8C'

red 39 ◦ green 60 ◦ blue 140

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

Shades of Tory Blue #273C8C

Tints of Tory Blue #273C8C

RGB

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

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

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

R = 16.32%
G = 25.1%
B = 58.58%

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

#273C8C (or 0x273C8C) is known color: Tory Blue. HEX triplet: 27, 3C and 8C. RGB value is (39,60,140). Sum of RGB (Red+Green+Blue) = 39+60+140=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 60 (23.83% from 255 or 25.10% 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 #273C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273C8C is #D8C373. Grayscale: #3E3E3E. Windows color (decimal): -14205812 or 9190439. OLE color: 9190439.

HSL color Cylindrical-coordinate representation of color #273C8C: hue angle of 227.52º degrees, saturation: 0.56, 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 #273C8C is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 60 140 -
CMYK 0.72 0.57 0 0.45
HSL 227.52º 0.56% 0.35% -
HSV(B) 227.52º 0.72% 0.55% -
XYZ 7.19 5.56 25.5 -
YUV 62.84 171.54 111 -
System Red Green Blue C M Y K H S L
Decimal 39 60 140 0.72 0.57 0 0.45 227.52 0.56 0.35
Hex 27 3C 8C 48 39 0 2D E4 38 23
Octal 47 74 214 110 71 0 55 344 70 43
Binary 100111 111100 10001100 1001000 111001 0 101101 11100100 111000 100011

Color Harmonies of #273C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273C8C

Black with #273C8C

Text Example


Text Example

White with #273C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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