#278389

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

Shades of Atoll #278389

Tints of Atoll #278389

Color information

#278389 (or 0x278389) is unknown color: approx Atoll. HEX triplet: 27, 83 and 89. RGB value is (39,131,137). Sum of RGB (Red+Green+Blue) = 39+131+137=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #278389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278389 is #D87C76. Grayscale: #686868. Windows color (decimal): -14187639 or 9012007. OLE color: 9012007.

HSL color Cylindrical-coordinate representation of color #278389: hue angle of 183.67º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278389 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB39131137-
CMYK0.720.0400.46
HSL183.67º55.68%34.51%-
HSV(B)183.67º71.53%53.73%-
XYZ13.4718.4726.52-
YUV104.18146.5281.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.70%
GREEN value IS 131 (51.56% from 255) = 42.67%
BLUE value IS 137 (53.91% from 255) = 44.63%
R=12.70%
G=42.67%
B=44.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391311370.720.0400.46183.6755.6834.51
Hex27838948402Eb83823
Octal4720321111040562707043
Binary10011110000011100010011001000100010111010111000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278389; }

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

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

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

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

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

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

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

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