#275A8F

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

Shades of Endeavour #275A8F

Tints of Endeavour #275A8F

Color information

#275A8F (or 0x275A8F) is unknown color: approx Endeavour. HEX triplet: 27, 5A and 8F. RGB value is (39,90,143). Sum of RGB (Red+Green+Blue) = 39+90+143=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #275A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275A8F is #D8A570. Grayscale: #505050. Windows color (decimal): -14198129 or 9394727. OLE color: 9394727.

HSL color Cylindrical-coordinate representation of color #275A8F: hue angle of 210.58º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #275A8F is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3990143-
CMYK0.730.3700.44
HSL210.58º57.14%35.69%-
HSV(B)210.58º72.73%56.08%-
XYZ9.459.7327.37-
YUV80.79163.198.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.34%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 143 (56.25% from 255) = 52.57%
R=14.34%
G=33.09%
B=52.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39901430.730.3700.44210.5857.1435.69
Hex275A8F492502Cd33924
Octal47132217111450543237144
Binary1001111011010100011111001001100101010110011010011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,90,143); }

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

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

 a { background-color: rgb(39,90,143); }

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

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

 span { border-color: rgb(39,90,143); }

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