Html Css Color HEX #27469A Tory Blue

📋 copy color: '#27469A'

red 39 ◦ green 70 ◦ blue 154

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

Shades of Tory Blue #27469A

Tints of Tory Blue #27469A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.62%

 BLUE value IS 154 (60.55% from 255) = 58.56%

R = 14.83%
G = 26.62%
B = 58.56%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#27469A (or 0x27469A) is known color: Tory Blue. HEX triplet: 27, 46 and 9A. RGB value is (39,70,154). Sum of RGB (Red+Green+Blue) = 39+70+154=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #27469A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27469A is #D8B965. Grayscale: #454545. Windows color (decimal): -14203238 or 10110503. OLE color: 10110503.

HSL color Cylindrical-coordinate representation of color #27469A: hue angle of 223.83º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27469A is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 39 70 154 -
CMYK 0.75 0.55 0 0.40
HSL 223.83º 0.6% 0.38% -
HSV(B) 223.83º 0.75% 0.6% -
XYZ 8.86 7.14 31.48 -
YUV 70.31 175.23 105.67 -
System Red Green Blue C M Y K H S L
Decimal 39 70 154 0.75 0.55 0 0.40 223.83 0.6 0.38
Hex 27 46 9A 4B 37 0 28 E0 3C 26
Octal 47 106 232 113 67 0 50 340 74 46
Binary 100111 1000110 10011010 1001011 110111 0 101000 11100000 111100 100110

Color Harmonies of #27469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27469A

Black with #27469A

Text Example


Text Example

White with #27469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27469A; }

 p { color: rgb(39,70,154); }

 H1.HeaderClassName
 {
   color: #27469A;
 }
 .AnyTagClassName
 {
   color: #27469A;
 }
</style>

background-color css

<style>
 a { background-color: #27469A; }

 a { background-color: rgb(39,70,154); }

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

border-color css

<style>
 span { border-color: #27469A; }

 span { border-color: rgb(39,70,154); }

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