#277682

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

Shades of Atoll #277682

Tints of Atoll #277682

Color information

#277682 (or 0x277682) is unknown color: approx Atoll. HEX triplet: 27, 76 and 82. RGB value is (39,118,130). Sum of RGB (Red+Green+Blue) = 39+118+130=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #277682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277682 is #D8897D. Grayscale: #5F5F5F. Windows color (decimal): -14190974 or 8549927. OLE color: 8549927.

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

Color convert

RGB39118130-
CMYK0.700.0900.49
HSL187.91º53.85%33.14%-
HSV(B)187.91º70%50.98%-
XYZ11.341523.42-
YUV95.75147.3387.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.59%
GREEN value IS 118 (46.48% from 255) = 41.11%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=13.59%
G=41.11%
B=45.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal391181300.700.0900.49187.9153.8533.14
Hex277682469031bc3621
Octal47166202106110612746641
Binary10011111101101000001010001101001011000110111100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277682; }

 p { color: rgb(39,118,130); }

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

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

 a { background-color: rgb(39,118,130); }

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

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

 span { border-color: rgb(39,118,130); }

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