#274E8A

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

Shades of Endeavour #274E8A

Tints of Endeavour #274E8A

Color information

#274E8A (or 0x274E8A) is unknown color: approx Endeavour. HEX triplet: 27, 4E and 8A. RGB value is (39,78,138). Sum of RGB (Red+Green+Blue) = 39+78+138=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #274E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274E8A is #D8B175. Grayscale: #484848. Windows color (decimal): -14201206 or 9063975. OLE color: 9063975.

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

Color convert

RGB3978138-
CMYK0.720.4300.46
HSL216.36º55.93%34.71%-
HSV(B)216.36º71.74%54.12%-
XYZ8.157.7225.1-
YUV73.18164.58103.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.29%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 138 (54.30% from 255) = 54.12%
R=15.29%
G=30.59%
B=54.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39781380.720.4300.46216.3655.9334.71
Hex274E8A482B02Ed83823
Octal47116212110530563307043
Binary1001111001110100010101001000101011010111011011000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,78,138); }

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

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

 a { background-color: rgb(39,78,138); }

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

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

 span { border-color: rgb(39,78,138); }

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