Html Css Color HEX #273F8C Tory Blue

📋 copy color: '#273F8C'

red 39 ◦ green 63 ◦ blue 140

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

Shades of Tory Blue #273F8C

Tints of Tory Blue #273F8C

RGB

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

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

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

R = 16.12%
G = 26.03%
B = 57.85%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#273F8C (or 0x273F8C) is known color: Tory Blue. HEX triplet: 27, 3F and 8C. RGB value is (39,63,140). Sum of RGB (Red+Green+Blue) = 39+63+140=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #273F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273F8C is #D8C073. Grayscale: #404040. Windows color (decimal): -14205044 or 9191207. OLE color: 9191207.

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

Color convert

RGB 39 63 140 -
CMYK 0.72 0.55 0 0.45
HSL 225.74º 0.56% 0.35% -
HSV(B) 225.74º 0.72% 0.55% -
XYZ 7.35 5.88 25.56 -
YUV 64.6 170.55 109.74 -
System Red Green Blue C M Y K H S L
Decimal 39 63 140 0.72 0.55 0 0.45 225.74 0.56 0.35
Hex 27 3F 8C 48 37 0 2D E2 38 23
Octal 47 77 214 110 67 0 55 342 70 43
Binary 100111 111111 10001100 1001000 110111 0 101101 11100010 111000 100011

Color Harmonies of #273F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273F8C

Black with #273F8C

Text Example


Text Example

White with #273F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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