#277278

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

Shades of Atoll #277278

Tints of Atoll #277278

Color information

#277278 (or 0x277278) is unknown color: approx Atoll. HEX triplet: 27, 72 and 78. RGB value is (39,114,120). Sum of RGB (Red+Green+Blue) = 39+114+120=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #277278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277278 is #D88D87. Grayscale: #5C5C5C. Windows color (decimal): -14192008 or 7893543. OLE color: 7893543.

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

Color convert

RGB39114120-
CMYK0.670.0500.53
HSL184.44º50.94%31.18%-
HSV(B)184.44º67.5%47.06%-
XYZ10.2413.8219.9-
YUV92.26143.6590.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.29%
GREEN value IS 114 (44.92% from 255) = 41.76%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=14.29%
G=41.76%
B=43.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391141200.670.0500.53184.4450.9431.18
Hex277278435035b8331f
Octal4716217010350652706337
Binary10011111100101111000100001110101101011011100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277278; }

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

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

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

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

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

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

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

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