#378282

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

Shades of Atoll #378282

Tints of Atoll #378282

Color information

#378282 (or 0x378282) is unknown color: approx Atoll. HEX triplet: 37, 82 and 82. RGB value is (55,130,130). Sum of RGB (Red+Green+Blue) = 55+130+130=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #378282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378282 is #C87D7D. Grayscale: #6B6B6B. Windows color (decimal): -13139326 or 8553015. OLE color: 8553015.

HSL color Cylindrical-coordinate representation of color #378282: hue angle of 180º 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 #378282 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB55130130-
CMYK0.58000.49
HSL180º40.54%36.27%-
HSV(B)180º57.69%50.98%-
XYZ13.5918.3923.95-
YUV107.57140.6590.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.46%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=17.46%
G=41.27%
B=41.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551301300.58000.4918040.5436.27
Hex3782823A0031b42924
Octal672022027200612645144
Binary11011110000010100000101110100011000110110100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378282; }

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

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

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

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

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

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

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

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