#27448A

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

Shades of Tory Blue #27448A

Tints of Tory Blue #27448A

Color information

#27448A (or 0x27448A) is unknown color: approx Tory Blue. HEX triplet: 27, 44 and 8A. RGB value is (39,68,138). Sum of RGB (Red+Green+Blue) = 39+68+138=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #27448A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27448A is #D8BB75. Grayscale: #434343. Windows color (decimal): -14203766 or 9061415. OLE color: 9061415.

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

Color convert

RGB3968138-
CMYK0.720.5100.46
HSL222.42º55.93%34.71%-
HSV(B)222.42º71.74%54.12%-
XYZ7.496.424.89-
YUV67.31167.89107.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.92%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 138 (54.30% from 255) = 56.33%
R=15.92%
G=27.76%
B=56.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39681380.720.5100.46222.4255.9334.71
Hex27448A483302Ede3823
Octal47104212110630563367043
Binary1001111000100100010101001000110011010111011011110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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