#275F8C

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

Shades of Endeavour #275F8C

Tints of Endeavour #275F8C

Color information

#275F8C (or 0x275F8C) is unknown color: approx Endeavour. HEX triplet: 27, 5F and 8C. RGB value is (39,95,140). Sum of RGB (Red+Green+Blue) = 39+95+140=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #275F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275F8C is #D8A073. Grayscale: #535353. Windows color (decimal): -14196852 or 9199399. OLE color: 9199399.

HSL color Cylindrical-coordinate representation of color #275F8C: hue angle of 206.73º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #275F8C is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3995140-
CMYK0.720.3200.45
HSL206.73º56.42%35.1%-
HSV(B)206.73º72.14%54.9%-
XYZ9.6610.5126.33-
YUV83.39159.9596.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.23%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 140 (55.08% from 255) = 51.09%
R=14.23%
G=34.67%
B=51.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39951400.720.3200.45206.7356.4235.1
Hex275F8C482002Dcf3823
Octal47137214110400553177043
Binary1001111011111100011001001000100000010110111001111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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