#274389

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

Shades of Tory Blue #274389

Tints of Tory Blue #274389

Color information

#274389 (or 0x274389) is unknown color: approx Tory Blue. HEX triplet: 27, 43 and 89. RGB value is (39,67,137). Sum of RGB (Red+Green+Blue) = 39+67+137=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #274389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274389 is #D8BC76. Grayscale: #424242. Windows color (decimal): -14204023 or 8995623. OLE color: 8995623.

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

Color convert

RGB3967137-
CMYK0.720.5100.46
HSL222.86º55.68%34.51%-
HSV(B)222.86º71.53%53.73%-
XYZ7.366.2524.49-
YUV66.61167.72108.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.05%
GREEN value IS 67 (26.56% from 255) = 27.57%
BLUE value IS 137 (53.91% from 255) = 56.38%
R=16.05%
G=27.57%
B=56.38%

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
Decimal39671370.720.5100.46222.8655.6834.51
Hex274389483302Edf3823
Octal47103211110630563377043
Binary1001111000011100010011001000110011010111011011111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274389; }

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

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

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

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

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

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

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

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