#275F8F

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

Shades of Endeavour #275F8F

Tints of Endeavour #275F8F

Color information

#275F8F (or 0x275F8F) is unknown color: approx Endeavour. HEX triplet: 27, 5F and 8F. RGB value is (39,95,143). Sum of RGB (Red+Green+Blue) = 39+95+143=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #275F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275F8F is #D8A070. Grayscale: #535353. Windows color (decimal): -14196849 or 9396007. OLE color: 9396007.

HSL color Cylindrical-coordinate representation of color #275F8F: hue angle of 207.69º 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 #275F8F is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3995143-
CMYK0.730.3400.44
HSL207.69º57.14%35.69%-
HSV(B)207.69º72.73%56.08%-
XYZ9.8910.627.51-
YUV83.73161.4596.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.08%
GREEN value IS 95 (37.5% from 255) = 34.30%
BLUE value IS 143 (56.25% from 255) = 51.62%
R=14.08%
G=34.30%
B=51.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39951430.730.3400.44207.6957.1435.69
Hex275F8F492202Cd03924
Octal47137217111420543207144
Binary1001111011111100011111001001100010010110011010000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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