#277378

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

Shades of Atoll #277378

Tints of Atoll #277378

Color information

#277378 (or 0x277378) is unknown color: approx Atoll. HEX triplet: 27, 73 and 78. RGB value is (39,115,120). Sum of RGB (Red+Green+Blue) = 39+115+120=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #277378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277378 is #D88C87. Grayscale: #5C5C5C. Windows color (decimal): -14191752 or 7893799. OLE color: 7893799.

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

Color convert

RGB39115120-
CMYK0.670.0400.53
HSL183.7º50.94%31.18%-
HSV(B)183.7º67.5%47.06%-
XYZ10.3614.0519.94-
YUV92.85143.3289.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.23%
GREEN value IS 115 (45.31% from 255) = 41.97%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=14.23%
G=41.97%
B=43.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391151200.670.0400.53183.750.9431.18
Hex277378434035b8331f
Octal4716317010340652706337
Binary10011111100111111000100001110001101011011100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277378; }

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

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

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

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

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

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

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

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