Html Css Color HEX #27418D Tory Blue

📋 copy color: '#27418D'

red 39 ◦ green 65 ◦ blue 141

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

Shades of Tory Blue #27418D

Tints of Tory Blue #27418D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 57.55%

R = 15.92%
G = 26.53%
B = 57.55%

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

#27418D (or 0x27418D) is known color: Tory Blue. HEX triplet: 27, 41 and 8D. RGB value is (39,65,141). Sum of RGB (Red+Green+Blue) = 39+65+141=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #27418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27418D is #D8BE72. Grayscale: #414141. Windows color (decimal): -14204531 or 9257255. OLE color: 9257255.

HSL color Cylindrical-coordinate representation of color #27418D: hue angle of 224.71º degrees, saturation: 0.57, 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 #27418D is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 65 141 -
CMYK 0.72 0.54 0 0.45
HSL 224.71º 0.57% 0.35% -
HSV(B) 224.71º 0.72% 0.55% -
XYZ 7.53 6.14 25.99 -
YUV 65.89 170.39 108.82 -
System Red Green Blue C M Y K H S L
Decimal 39 65 141 0.72 0.54 0 0.45 224.71 0.57 0.35
Hex 27 41 8D 48 36 0 2D E1 39 23
Octal 47 101 215 110 66 0 55 341 71 43
Binary 100111 1000001 10001101 1001000 110110 0 101101 11100001 111001 100011

Color Harmonies of #27418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27418D

Black with #27418D

Text Example


Text Example

White with #27418D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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