Html Css Color HEX #27458D Tory Blue

📋 copy color: '#27458D'

red 39 ◦ green 69 ◦ blue 141

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

Shades of Tory Blue #27458D

Tints of Tory Blue #27458D

RGB

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

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

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

R = 15.66%
G = 27.71%
B = 56.63%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27458D (or 0x27458D) is known color: Tory Blue. HEX triplet: 27, 45 and 8D. RGB value is (39,69,141). Sum of RGB (Red+Green+Blue) = 39+69+141=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #27458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27458D is #D8BA72. Grayscale: #434343. Windows color (decimal): -14203507 or 9258279. OLE color: 9258279.

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

Color convert

RGB 39 69 141 -
CMYK 0.72 0.51 0 0.45
HSL 222.35º 0.57% 0.35% -
HSV(B) 222.35º 0.72% 0.55% -
XYZ 7.77 6.61 26.07 -
YUV 68.24 169.06 107.15 -
System Red Green Blue C M Y K H S L
Decimal 39 69 141 0.72 0.51 0 0.45 222.35 0.57 0.35
Hex 27 45 8D 48 33 0 2D DE 39 23
Octal 47 105 215 110 63 0 55 336 71 43
Binary 100111 1000101 10001101 1001000 110011 0 101101 11011110 111001 100011

Color Harmonies of #27458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27458D

Black with #27458D

Text Example


Text Example

White with #27458D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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