Html Css Color HEX #27459D Tory Blue

📋 copy color: '#27459D'

red 39 ◦ green 69 ◦ blue 157

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

Shades of Tory Blue #27459D

Tints of Tory Blue #27459D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.04%

 BLUE value IS 157 (61.72% from 255) = 59.25%

R = 14.72%
G = 26.04%
B = 59.25%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27459D (or 0x27459D) is known color: Tory Blue. HEX triplet: 27, 45 and 9D. RGB value is (39,69,157). Sum of RGB (Red+Green+Blue) = 39+69+157=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #27459D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27459D is #D8BA62. Grayscale: #454545. Windows color (decimal): -14203491 or 10306855. OLE color: 10306855.

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

Color convert

RGB 39 69 157 -
CMYK 0.75 0.56 0 0.38
HSL 224.75º 0.6% 0.38% -
HSV(B) 224.75º 0.75% 0.62% -
XYZ 9.05 7.12 32.8 -
YUV 70.06 177.06 105.84 -
System Red Green Blue C M Y K H S L
Decimal 39 69 157 0.75 0.56 0 0.38 224.75 0.6 0.38
Hex 27 45 9D 4B 38 0 26 E1 3C 26
Octal 47 105 235 113 70 0 46 341 74 46
Binary 100111 1000101 10011101 1001011 111000 0 100110 11100001 111100 100110

Color Harmonies of #27459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27459D

Black with #27459D

Text Example


Text Example

White with #27459D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27459D; }

 p { color: rgb(39,69,157); }

 H1.HeaderClassName
 {
   color: #27459D;
 }
 .AnyTagClassName
 {
   color: #27459D;
 }
</style>

background-color css

<style>
 a { background-color: #27459D; }

 a { background-color: rgb(39,69,157); }

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

border-color css

<style>
 span { border-color: #27459D; }

 span { border-color: rgb(39,69,157); }

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