#275BA2

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

Shades of Endeavour #275BA2

Tints of Endeavour #275BA2

Color information

#275BA2 (or 0x275BA2) is unknown color: approx Endeavour. HEX triplet: 27, 5B and A2. RGB value is (39,91,162). Sum of RGB (Red+Green+Blue) = 39+91+162=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 162 (63.67% from 255 or 55.48% from 292); Max value from RGB is 162 - color contains mainly: blue. Hex color #275BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275BA2 is #D8A45D. Grayscale: #535353. Windows color (decimal): -14197854 or 10640167. OLE color: 10640167.

HSL color Cylindrical-coordinate representation of color #275BA2: hue angle of 214.63º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #275BA2 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3991162-
CMYK0.760.4400.36
HSL214.63º61.19%39.41%-
HSV(B)214.63º75.93%63.53%-
XYZ11.110.5235.63-
YUV83.55172.2796.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.36%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 162 (63.67% from 255) = 55.48%
R=13.36%
G=31.16%
B=55.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal39911620.760.4400.36214.6361.1939.41
Hex275BA24C2C024d73d27
Octal47133242114540443277547
Binary1001111011011101000101001100101100010010011010111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,91,162); }

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

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

 a { background-color: rgb(39,91,162); }

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

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

 span { border-color: rgb(39,91,162); }

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