#27438D

Color #27438D Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #27438D

Tints of Tory Blue #27438D

Color information

#27438D (or 0x27438D) is unknown color: approx Tory Blue. HEX triplet: 27, 43 and 8D. RGB value is (39,67,141). Sum of RGB (Red+Green+Blue) = 39+67+141=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #27438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27438D is #D8BC72. Grayscale: #424242. Windows color (decimal): -14204019 or 9257767. OLE color: 9257767.

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

Color convert

RGB3967141-
CMYK0.720.5200.45
HSL223.53º56.67%35.29%-
HSV(B)223.53º72.34%55.29%-
XYZ7.656.3726.03-
YUV67.06169.72107.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.79%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 141 (55.47% from 255) = 57.09%
R=15.79%
G=27.13%
B=57.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39671410.720.5200.45223.5356.6735.29
Hex27438D483402De03923
Octal47103215110640553407143
Binary1001111000011100011011001000110100010110111100000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27438D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #27438D;
 }
 .AnyTagClassName
 {
   color: #27438D;
 }
</style>
background-color css

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

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

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

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

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

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