#275383

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

Shades of Endeavour #275383

Tints of Endeavour #275383

Color information

#275383 (or 0x275383) is unknown color: approx Endeavour. HEX triplet: 27, 53 and 83. RGB value is (39,83,131). Sum of RGB (Red+Green+Blue) = 39+83+131=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #275383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275383 is #D8AC7C. Grayscale: #4B4B4B. Windows color (decimal): -14199933 or 8606503. OLE color: 8606503.

HSL color Cylindrical-coordinate representation of color #275383: hue angle of 211.3º 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 #275383 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3983131-
CMYK0.700.3700.49
HSL211.3º54.12%33.33%-
HSV(B)211.3º70.23%51.37%-
XYZ8.038.2622.64-
YUV75.32159.42102.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.42%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 131 (51.56% from 255) = 51.78%
R=15.42%
G=32.81%
B=51.78%

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
Decimal39831310.700.3700.49211.354.1233.33
Hex2753834625031d33621
Octal47123203106450613236641
Binary1001111010011100000111000110100101011000111010011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275383; }

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

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

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

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

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

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

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

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