Html Css Color HEX #27499C Tory Blue

📋 copy color: '#27499C'

red 39 ◦ green 73 ◦ blue 156

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

Shades of Tory Blue #27499C

Tints of Tory Blue #27499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 58.21%

R = 14.55%
G = 27.24%
B = 58.21%

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

#27499C (or 0x27499C) is known color: Tory Blue. HEX triplet: 27, 49 and 9C. RGB value is (39,73,156). Sum of RGB (Red+Green+Blue) = 39+73+156=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #27499C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27499C is #D8B663. Grayscale: #474747. Windows color (decimal): -14202468 or 10242343. OLE color: 10242343.

HSL color Cylindrical-coordinate representation of color #27499C: hue angle of 222.56º 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 #27499C is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 39 73 156 -
CMYK 0.75 0.53 0 0.39
HSL 222.56º 0.6% 0.38% -
HSV(B) 222.56º 0.75% 0.61% -
XYZ 9.22 7.6 32.43 -
YUV 72.3 175.24 104.25 -
System Red Green Blue C M Y K H S L
Decimal 39 73 156 0.75 0.53 0 0.39 222.56 0.6 0.38
Hex 27 49 9C 4B 35 0 27 DF 3C 26
Octal 47 111 234 113 65 0 47 337 74 46
Binary 100111 1001001 10011100 1001011 110101 0 100111 11011111 111100 100110

Color Harmonies of #27499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27499C

Black with #27499C

Text Example


Text Example

White with #27499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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