Html Css Color HEX #273B95 Tory Blue

📋 copy color: '#273B95'

red 39 ◦ green 59 ◦ blue 149

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

Shades of Tory Blue #273B95

Tints of Tory Blue #273B95

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.89%

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

R = 15.79%
G = 23.89%
B = 60.32%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#273B95 (or 0x273B95) is known color: Tory Blue. HEX triplet: 27, 3B and 95. RGB value is (39,59,149). Sum of RGB (Red+Green+Blue) = 39+59+149=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #273B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273B95 is #D8C46A. Grayscale: #3E3E3E. Windows color (decimal): -14206059 or 9780007. OLE color: 9780007.

HSL color Cylindrical-coordinate representation of color #273B95: hue angle of 229.09º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #273B95 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 59 149 -
CMYK 0.74 0.60 0 0.42
HSL 229.09º 0.59% 0.37% -
HSV(B) 229.09º 0.74% 0.58% -
XYZ 7.83 5.73 29.13 -
YUV 63.28 176.37 110.68 -
System Red Green Blue C M Y K H S L
Decimal 39 59 149 0.74 0.60 0 0.42 229.09 0.59 0.37
Hex 27 3B 95 4A 3C 0 2A E5 3B 25
Octal 47 73 225 112 74 0 52 345 73 45
Binary 100111 111011 10010101 1001010 111100 0 101010 11100101 111011 100101

Color Harmonies of #273B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273B95

Black with #273B95

Text Example


Text Example

White with #273B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,59,149); }

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

background-color css

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

 a { background-color: rgb(39,59,149); }

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

border-color css

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

 span { border-color: rgb(39,59,149); }

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