Html Css Color HEX #273B8D Tory Blue

📋 copy color: '#273B8D'

red 39 ◦ green 59 ◦ blue 141

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

Shades of Tory Blue #273B8D

Tints of Tory Blue #273B8D

RGB

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

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

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

R = 16.32%
G = 24.69%
B = 59%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#273B8D (or 0x273B8D) is known color: Tory Blue. HEX triplet: 27, 3B and 8D. RGB value is (39,59,141). Sum of RGB (Red+Green+Blue) = 39+59+141=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #273B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273B8D is #D8C472. Grayscale: #3E3E3E. Windows color (decimal): -14206067 or 9255719. OLE color: 9255719.

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

Color convert

RGB 39 59 141 -
CMYK 0.72 0.58 0 0.45
HSL 228.24º 0.57% 0.35% -
HSV(B) 228.24º 0.72% 0.55% -
XYZ 7.21 5.48 25.88 -
YUV 62.37 172.37 111.33 -
System Red Green Blue C M Y K H S L
Decimal 39 59 141 0.72 0.58 0 0.45 228.24 0.57 0.35
Hex 27 3B 8D 48 3A 0 2D E4 39 23
Octal 47 73 215 110 72 0 55 344 71 43
Binary 100111 111011 10001101 1001000 111010 0 101101 11100100 111001 100011

Color Harmonies of #273B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273B8D

Black with #273B8D

Text Example


Text Example

White with #273B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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