Html Css Color HEX #27449C Tory Blue

📋 copy color: '#27449C'

red 39 ◦ green 68 ◦ blue 156

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

Shades of Tory Blue #27449C

Tints of Tory Blue #27449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.86%

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

R = 14.83%
G = 25.86%
B = 59.32%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27449C (or 0x27449C) is known color: Tory Blue. HEX triplet: 27, 44 and 9C. RGB value is (39,68,156). Sum of RGB (Red+Green+Blue) = 39+68+156=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #27449C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27449C is #D8BB63. Grayscale: #444444. Windows color (decimal): -14203748 or 10241063. OLE color: 10241063.

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

Color convert

RGB 39 68 156 -
CMYK 0.75 0.56 0 0.39
HSL 225.13º 0.6% 0.38% -
HSV(B) 225.13º 0.75% 0.61% -
XYZ 8.9 6.97 32.33 -
YUV 69.36 176.89 106.34 -
System Red Green Blue C M Y K H S L
Decimal 39 68 156 0.75 0.56 0 0.39 225.13 0.6 0.38
Hex 27 44 9C 4B 38 0 27 E1 3C 26
Octal 47 104 234 113 70 0 47 341 74 46
Binary 100111 1000100 10011100 1001011 111000 0 100111 11100001 111100 100110

Color Harmonies of #27449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27449C

Black with #27449C

Text Example


Text Example

White with #27449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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