#275283

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

Shades of Endeavour #275283

Tints of Endeavour #275283

Color information

#275283 (or 0x275283) is unknown color: approx Endeavour. HEX triplet: 27, 52 and 83. RGB value is (39,82,131). Sum of RGB (Red+Green+Blue) = 39+82+131=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #275283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275283 is #D8AD7C. Grayscale: #4A4A4A. Windows color (decimal): -14200189 or 8606247. OLE color: 8606247.

HSL color Cylindrical-coordinate representation of color #275283: hue angle of 211.96º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #275283 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3982131-
CMYK0.700.3700.49
HSL211.96º54.12%33.33%-
HSV(B)211.96º70.23%51.37%-
XYZ7.958.122.62-
YUV74.73159.75102.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.48%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 131 (51.56% from 255) = 51.98%
R=15.48%
G=32.54%
B=51.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39821310.700.3700.49211.9654.1233.33
Hex2752834625031d43621
Octal47122203106450613246641
Binary1001111010010100000111000110100101011000111010100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275283; }

 p { color: rgb(39,82,131); }

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

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

 a { background-color: rgb(39,82,131); }

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

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

 span { border-color: rgb(39,82,131); }

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