Html Css Color HEX #27499B Tory Blue

📋 copy color: '#27499B'

red 39 ◦ green 73 ◦ blue 155

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

Shades of Tory Blue #27499B

Tints of Tory Blue #27499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.34%

 BLUE value IS 155 (60.94% from 255) = 58.05%

R = 14.61%
G = 27.34%
B = 58.05%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27499B (or 0x27499B) is known color: Tory Blue. HEX triplet: 27, 49 and 9B. RGB value is (39,73,155). Sum of RGB (Red+Green+Blue) = 39+73+155=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #27499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27499B is #D8B664. Grayscale: #474747. Windows color (decimal): -14202469 or 10176807. OLE color: 10176807.

HSL color Cylindrical-coordinate representation of color #27499B: hue angle of 222.41º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27499B is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 39 73 155 -
CMYK 0.75 0.53 0 0.39
HSL 222.41º 0.6% 0.38% -
HSV(B) 222.41º 0.75% 0.61% -
XYZ 9.14 7.56 31.99 -
YUV 72.18 174.74 104.33 -
System Red Green Blue C M Y K H S L
Decimal 39 73 155 0.75 0.53 0 0.39 222.41 0.6 0.38
Hex 27 49 9B 4B 35 0 27 DE 3C 26
Octal 47 111 233 113 65 0 47 336 74 46
Binary 100111 1001001 10011011 1001011 110101 0 100111 11011110 111100 100110

Color Harmonies of #27499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27499B

Black with #27499B

Text Example


Text Example

White with #27499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27499B; }

 p { color: rgb(39,73,155); }

 H1.HeaderClassName
 {
   color: #27499B;
 }
 .AnyTagClassName
 {
   color: #27499B;
 }
</style>

background-color css

<style>
 a { background-color: #27499B; }

 a { background-color: rgb(39,73,155); }

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

border-color css

<style>
 span { border-color: #27499B; }

 span { border-color: rgb(39,73,155); }

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