#274C9D

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

Shades of Tory Blue #274C9D

Tints of Tory Blue #274C9D

Color information

#274C9D (or 0x274C9D) is unknown color: approx Tory Blue. HEX triplet: 27, 4C and 9D. RGB value is (39,76,157). Sum of RGB (Red+Green+Blue) = 39+76+157=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #274C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274C9D is #D8B362. Grayscale: #494949. Windows color (decimal): -14201699 or 10308647. OLE color: 10308647.

HSL color Cylindrical-coordinate representation of color #274C9D: hue angle of 221.19º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #274C9D is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3976157-
CMYK0.750.5200.38
HSL221.19º60.2%38.43%-
HSV(B)221.19º75.16%61.57%-
XYZ9.518.0332.95-
YUV74.17174.74102.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.34%
GREEN value IS 76 (30.08% from 255) = 27.94%
BLUE value IS 157 (61.72% from 255) = 57.72%
R=14.34%
G=27.94%
B=57.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39761570.750.5200.38221.1960.238.43
Hex274C9D4B34026dd3c26
Octal47114235113640463357446
Binary1001111001100100111011001011110100010011011011101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274C9D; }

 p { color: rgb(39,76,157); }

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

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

 a { background-color: rgb(39,76,157); }

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

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

 span { border-color: rgb(39,76,157); }

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