#274C92

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

Shades of Endeavour #274C92

Tints of Endeavour #274C92

Color information

#274C92 (or 0x274C92) is unknown color: approx Endeavour. HEX triplet: 27, 4C and 92. RGB value is (39,76,146). Sum of RGB (Red+Green+Blue) = 39+76+146=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #274C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274C92 is #D8B36D. Grayscale: #484848. Windows color (decimal): -14201710 or 9587751. OLE color: 9587751.

HSL color Cylindrical-coordinate representation of color #274C92: hue angle of 219.25º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #274C92 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3976146-
CMYK0.730.4800.43
HSL219.25º57.84%36.27%-
HSV(B)219.25º73.29%57.25%-
XYZ8.617.6828.22-
YUV72.92169.24103.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.94%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 146 (57.42% from 255) = 55.94%
R=14.94%
G=29.12%
B=55.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39761460.730.4800.43219.2557.8436.27
Hex274C92493002Bdb3a24
Octal47114222111600533337244
Binary1001111001100100100101001001110000010101111011011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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