Html Css Color HEX #27469C Tory Blue

📋 copy color: '#27469C'

red 39 ◦ green 70 ◦ blue 156

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

Shades of Tory Blue #27469C

Tints of Tory Blue #27469C

RGB

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

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

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

R = 14.72%
G = 26.42%
B = 58.87%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27469C (or 0x27469C) is known color: Tory Blue. HEX triplet: 27, 46 and 9C. RGB value is (39,70,156). Sum of RGB (Red+Green+Blue) = 39+70+156=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #27469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27469C is #D8B963. Grayscale: #464646. Windows color (decimal): -14203236 or 10241575. OLE color: 10241575.

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

Color convert

RGB 39 70 156 -
CMYK 0.75 0.55 0 0.39
HSL 224.1º 0.6% 0.38% -
HSV(B) 224.1º 0.75% 0.61% -
XYZ 9.03 7.21 32.37 -
YUV 70.54 176.23 105.51 -
System Red Green Blue C M Y K H S L
Decimal 39 70 156 0.75 0.55 0 0.39 224.1 0.6 0.38
Hex 27 46 9C 4B 37 0 27 E0 3C 26
Octal 47 106 234 113 67 0 47 340 74 46
Binary 100111 1000110 10011100 1001011 110111 0 100111 11100000 111100 100110

Color Harmonies of #27469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27469C

Black with #27469C

Text Example


Text Example

White with #27469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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