#275C8E

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

Shades of Endeavour #275C8E

Tints of Endeavour #275C8E

Color information

#275C8E (or 0x275C8E) is unknown color: approx Endeavour. HEX triplet: 27, 5C and 8E. RGB value is (39,92,142). Sum of RGB (Red+Green+Blue) = 39+92+142=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #275C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275C8E is #D8A371. Grayscale: #515151. Windows color (decimal): -14197618 or 9329703. OLE color: 9329703.

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

Color convert

RGB3992142-
CMYK0.730.3500.44
HSL209.13º56.91%35.49%-
HSV(B)209.13º72.54%55.69%-
XYZ9.5510.0427.03-
YUV81.85161.9497.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.29%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=14.29%
G=33.70%
B=52.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39921420.730.3500.44209.1356.9135.49
Hex275C8E492302Cd13923
Octal47134216111430543217143
Binary1001111011100100011101001001100011010110011010001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,92,142); }

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

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

 a { background-color: rgb(39,92,142); }

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

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

 span { border-color: rgb(39,92,142); }

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