#274f96

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

Shades of Endeavour #274F96

Tints of Endeavour #274F96

Color information

#274F96 (or 0x274F96) is unknown color: approx Endeavour. HEX triplet: 27, 4F and 96. RGB value is (39,79,150). Sum of RGB (Red+Green+Blue) = 39+79+150=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #274F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274F96 is #D8B069. Grayscale: #4A4A4A. Windows color (decimal): -14200938 or 9850663. OLE color: 9850663.

HSL color Cylindrical-coordinate representation of color #274F96: hue angle of 218.38º 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 #274F96 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3979150-
CMYK0.740.4700.41
HSL218.38º58.73%37.06%-
HSV(B)218.38º74%58.82%-
XYZ9.148.2329.96-
YUV75.13170.25102.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.55%
GREEN value IS 79 (31.25% from 255) = 29.48%
BLUE value IS 150 (58.98% from 255) = 55.97%
R=14.55%
G=29.48%
B=55.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39791500.740.4700.41218.3858.7337.06
Hex274F964A2F029da3b25
Octal47117226112570513327345
Binary1001111001111100101101001010101111010100111011010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274f96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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