#275E8A

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

Shades of Endeavour #275E8A

Tints of Endeavour #275E8A

Color information

#275E8A (or 0x275E8A) is unknown color: approx Endeavour. HEX triplet: 27, 5E and 8A. RGB value is (39,94,138). Sum of RGB (Red+Green+Blue) = 39+94+138=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #275E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275E8A is #D8A175. Grayscale: #525252. Windows color (decimal): -14197110 or 9068071. OLE color: 9068071.

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

Color convert

RGB3994138-
CMYK0.720.3200.46
HSL206.67º55.93%34.71%-
HSV(B)206.67º71.74%54.12%-
XYZ9.4310.2725.53-
YUV82.57159.2896.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.39%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 138 (54.30% from 255) = 50.92%
R=14.39%
G=34.69%
B=50.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39941380.720.3200.46206.6755.9334.71
Hex275E8A482002Ecf3823
Octal47136212110400563177043
Binary1001111011110100010101001000100000010111011001111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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