#278380

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

Shades of Atoll #278380

Tints of Atoll #278380

Color information

#278380 (or 0x278380) is unknown color: approx Atoll. HEX triplet: 27, 83 and 80. RGB value is (39,131,128). Sum of RGB (Red+Green+Blue) = 39+131+128=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #278380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278380 is #D87C7F. Grayscale: #676767. Windows color (decimal): -14187648 or 8422183. OLE color: 8422183.

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

Color convert

RGB39131128-
CMYK0.7000.020.49
HSL178.04º54.12%33.33%-
HSV(B)178.04º70.23%51.37%-
XYZ12.8518.2223.26-
YUV103.15142.0282.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.09%
GREEN value IS 131 (51.56% from 255) = 43.96%
BLUE value IS 128 (50.39% from 255) = 42.95%
R=13.09%
G=43.96%
B=42.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal391311280.7000.020.49178.0454.1233.33
Hex278380460231b23621
Octal4720320010602612626641
Binary1001111000001110000000100011001011000110110010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278380; }

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

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

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

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

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

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

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

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