#276870

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

Shades of Allports #276870

Tints of Allports #276870

Color information

#276870 (or 0x276870) is unknown color: approx Allports. HEX triplet: 27, 68 and 70. RGB value is (39,104,112). Sum of RGB (Red+Green+Blue) = 39+104+112=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #276870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276870 is #D8978F. Grayscale: #555555. Windows color (decimal): -14194576 or 7366695. OLE color: 7366695.

HSL color Cylindrical-coordinate representation of color #276870: hue angle of 186.58º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276870 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB39104112-
CMYK0.650.0700.56
HSL186.58º48.34%29.61%-
HSV(B)186.58º65.18%43.92%-
XYZ8.7111.517.09-
YUV85.48142.9794.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.29%
GREEN value IS 104 (41.02% from 255) = 40.78%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=15.29%
G=40.78%
B=43.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal391041120.650.0700.56186.5848.3429.61
Hex276870417038bb301e
Octal4715016010170702736036
Binary10011111010001110000100000111101110001011101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276870; }

 p { color: rgb(39,104,112); }

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

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

 a { background-color: rgb(39,104,112); }

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

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

 span { border-color: rgb(39,104,112); }

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