#274188

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

Shades of Tory Blue #274188

Tints of Tory Blue #274188

Color information

#274188 (or 0x274188) is unknown color: approx Tory Blue. HEX triplet: 27, 41 and 88. RGB value is (39,65,136). Sum of RGB (Red+Green+Blue) = 39+65+136=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #274188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274188 is #D8BE77. Grayscale: #414141. Windows color (decimal): -14204536 or 8929575. OLE color: 8929575.

HSL color Cylindrical-coordinate representation of color #274188: hue angle of 223.92º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #274188 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3965136-
CMYK0.710.5200.47
HSL223.92º55.43%34.31%-
HSV(B)223.92º71.32%53.33%-
XYZ7.175.9924.07-
YUV65.32167.89109.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.25%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 136 (53.52% from 255) = 56.67%
R=16.25%
G=27.08%
B=56.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal39651360.710.5200.47223.9255.4334.31
Hex274188473402Fe03722
Octal47101210107640573406742
Binary1001111000001100010001000111110100010111111100000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274188; }

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

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

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

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

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

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

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

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