Html Css Color HEX #27418A Tory Blue

📋 copy color: '#27418A'

red 39 ◦ green 65 ◦ blue 138

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

Shades of Tory Blue #27418A

Tints of Tory Blue #27418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.86%

 BLUE value IS 138 (54.3% from 255) = 57.02%

R = 16.12%
G = 26.86%
B = 57.02%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#27418A (or 0x27418A) is known color: Tory Blue. HEX triplet: 27, 41 and 8A. RGB value is (39,65,138). Sum of RGB (Red+Green+Blue) = 39+65+138=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #27418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27418A is #D8BE75. Grayscale: #414141. Windows color (decimal): -14204534 or 9060647. OLE color: 9060647.

HSL color Cylindrical-coordinate representation of color #27418A: hue angle of 224.24º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27418A is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 39 65 138 -
CMYK 0.72 0.53 0 0.46
HSL 224.24º 0.56% 0.35% -
HSV(B) 224.24º 0.72% 0.54% -
XYZ 7.31 6.05 24.83 -
YUV 65.55 168.89 109.06 -
System Red Green Blue C M Y K H S L
Decimal 39 65 138 0.72 0.53 0 0.46 224.24 0.56 0.35
Hex 27 41 8A 48 35 0 2E E0 38 23
Octal 47 101 212 110 65 0 56 340 70 43
Binary 100111 1000001 10001010 1001000 110101 0 101110 11100000 111000 100011

Color Harmonies of #27418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27418A

Black with #27418A

Text Example


Text Example

White with #27418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,65,138); }

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

background-color css

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

 a { background-color: rgb(39,65,138); }

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

border-color css

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

 span { border-color: rgb(39,65,138); }

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