#275483

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

Shades of Endeavour #275483

Tints of Endeavour #275483

Color information

#275483 (or 0x275483) is unknown color: approx Endeavour. HEX triplet: 27, 54 and 83. RGB value is (39,84,131). Sum of RGB (Red+Green+Blue) = 39+84+131=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #275483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275483 is #D8AB7C. Grayscale: #4B4B4B. Windows color (decimal): -14199677 or 8606759. OLE color: 8606759.

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

Color convert

RGB3984131-
CMYK0.700.3600.49
HSL210.65º54.12%33.33%-
HSV(B)210.65º70.23%51.37%-
XYZ8.18.4122.67-
YUV75.9159.09101.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.35%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 131 (51.56% from 255) = 51.57%
R=15.35%
G=33.07%
B=51.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39841310.700.3600.49210.6554.1233.33
Hex2754834624031d33621
Octal47124203106440613236641
Binary1001111010100100000111000110100100011000111010011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275483; }

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

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

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

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

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

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

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

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