#378081

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

Shades of Atoll #378081

Tints of Atoll #378081

Color information

#378081 (or 0x378081) is unknown color: approx Atoll. HEX triplet: 37, 80 and 81. RGB value is (55,128,129). Sum of RGB (Red+Green+Blue) = 55+128+129=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #378081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378081 is #C87F7E. Grayscale: #6A6A6A. Windows color (decimal): -13139839 or 8486967. OLE color: 8486967.

HSL color Cylindrical-coordinate representation of color #378081: hue angle of 180.81º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #378081 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB55128129-
CMYK0.570.0100.49
HSL180.81º40.22%36.08%-
HSV(B)180.81º57.36%50.59%-
XYZ13.2617.8423.51-
YUV106.29140.8291.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.63%
GREEN value IS 128 (50.39% from 255) = 41.03%
BLUE value IS 129 (50.78% from 255) = 41.35%
R=17.63%
G=41.03%
B=41.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551281290.570.0100.49180.8140.2236.08
Hex378081391031b52824
Octal672002017110612655044
Binary11011110000000100000011110011011000110110101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378081; }

 p { color: rgb(55,128,129); }

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

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

 a { background-color: rgb(55,128,129); }

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

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

 span { border-color: rgb(55,128,129); }

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