Html Css Color HEX #27418C Tory Blue

📋 copy color: '#27418C'

red 39 ◦ green 65 ◦ blue 140

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

Shades of Tory Blue #27418C

Tints of Tory Blue #27418C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.38%

R = 15.98%
G = 26.64%
B = 57.38%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27418C (or 0x27418C) is known color: Tory Blue. HEX triplet: 27, 41 and 8C. RGB value is (39,65,140). Sum of RGB (Red+Green+Blue) = 39+65+140=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #27418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27418C is #D8BE73. Grayscale: #414141. Windows color (decimal): -14204532 or 9191719. OLE color: 9191719.

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

Color convert

RGB 39 65 140 -
CMYK 0.72 0.54 0 0.45
HSL 224.55º 0.56% 0.35% -
HSV(B) 224.55º 0.72% 0.55% -
XYZ 7.46 6.11 25.6 -
YUV 65.78 169.89 108.9 -
System Red Green Blue C M Y K H S L
Decimal 39 65 140 0.72 0.54 0 0.45 224.55 0.56 0.35
Hex 27 41 8C 48 36 0 2D E1 38 23
Octal 47 101 214 110 66 0 55 341 70 43
Binary 100111 1000001 10001100 1001000 110110 0 101101 11100001 111000 100011

Color Harmonies of #27418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27418C

Black with #27418C

Text Example


Text Example

White with #27418C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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