#274C96

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

Shades of Endeavour #274C96

Tints of Endeavour #274C96

Color information

#274C96 (or 0x274C96) is unknown color: approx Endeavour. HEX triplet: 27, 4C and 96. RGB value is (39,76,150). Sum of RGB (Red+Green+Blue) = 39+76+150=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #274C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274C96 is #D8B369. Grayscale: #494949. Windows color (decimal): -14201706 or 9849895. OLE color: 9849895.

HSL color Cylindrical-coordinate representation of color #274C96: hue angle of 220º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #274C96 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3976150-
CMYK0.740.4900.41
HSL220º58.73%37.06%-
HSV(B)220º74%58.82%-
XYZ8.937.829.89-
YUV73.37171.24103.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 76 (30.08% from 255) = 28.68%
BLUE value IS 150 (58.98% from 255) = 56.60%
R=14.72%
G=28.68%
B=56.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39761500.740.4900.4122058.7337.06
Hex274C964A31029dc3b25
Octal47114226112610513347345
Binary1001111001100100101101001010110001010100111011100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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