#276778

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

Shades of Allports #276778

Tints of Allports #276778

Color information

#276778 (or 0x276778) is unknown color: approx Allports. HEX triplet: 27, 67 and 78. RGB value is (39,103,120). Sum of RGB (Red+Green+Blue) = 39+103+120=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #276778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276778 is #D89887. Grayscale: #555555. Windows color (decimal): -14194824 or 7890727. OLE color: 7890727.

HSL color Cylindrical-coordinate representation of color #276778: hue angle of 192.59º 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 #276778 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB39103120-
CMYK0.670.1400.53
HSL192.59º50.94%31.18%-
HSV(B)192.59º67.5%47.06%-
XYZ9.0811.4919.51-
YUV85.8147.394.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.89%
GREEN value IS 103 (40.62% from 255) = 39.31%
BLUE value IS 120 (47.27% from 255) = 45.80%
R=14.89%
G=39.31%
B=45.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391031200.670.1400.53192.5950.9431.18
Hex27677843E035c1331f
Octal47147170103160653016337
Binary100111110011111110001000011111001101011100000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276778; }

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

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

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

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

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

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

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

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