#378182

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

Shades of Atoll #378182

Tints of Atoll #378182

Color information

#378182 (or 0x378182) is unknown color: approx Atoll. HEX triplet: 37, 81 and 82. RGB value is (55,129,130). Sum of RGB (Red+Green+Blue) = 55+129+130=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #378182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378182 is #C87E7D. Grayscale: #6A6A6A. Windows color (decimal): -13139582 or 8552759. OLE color: 8552759.

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

Color convert

RGB55129130-
CMYK0.580.0100.49
HSL180.8º40.54%36.27%-
HSV(B)180.8º57.69%50.98%-
XYZ13.4618.1223.91-
YUV106.99140.9890.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.52%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 130 (51.17% from 255) = 41.40%
R=17.52%
G=41.08%
B=41.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551291300.580.0100.49180.840.5436.27
Hex3781823A1031b52924
Octal672012027210612655144
Binary11011110000001100000101110101011000110110101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378182; }

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

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

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

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

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

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

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

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