#276779

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

Shades of Allports #276779

Tints of Allports #276779

Color information

#276779 (or 0x276779) is unknown color: approx Allports. HEX triplet: 27, 67 and 79. RGB value is (39,103,121). Sum of RGB (Red+Green+Blue) = 39+103+121=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 121 - color contains mainly: blue. Hex color #276779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276779 is #D89886. Grayscale: #555555. Windows color (decimal): -14194823 or 7956263. OLE color: 7956263.

HSL color Cylindrical-coordinate representation of color #276779: hue angle of 193.17º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #276779 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB39103121-
CMYK0.680.1500.53
HSL193.17º51.25%31.37%-
HSV(B)193.17º67.77%47.45%-
XYZ9.1411.5119.83-
YUV85.92147.894.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.83%
GREEN value IS 103 (40.62% from 255) = 39.16%
BLUE value IS 121 (47.66% from 255) = 46.01%
R=14.83%
G=39.16%
B=46.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391031210.680.1500.53193.1751.2531.37
Hex27677944F035c1331f
Octal47147171104170653016337
Binary100111110011111110011000100111101101011100000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276779; }

 p { color: rgb(39,103,121); }

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

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

 a { background-color: rgb(39,103,121); }

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

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

 span { border-color: rgb(39,103,121); }

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